Skip to content

Commit 7a5c156

Browse files
authored
Merge pull request #279 from ld0614/master
Updated Update Install Command to improve silent installation
2 parents a97ce2d + e119d03 commit 7a5c156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-extra/git-update-git-for-windows

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ update_git_for_windows () {
290290
echo "Downloading $filename" >&2
291291
fi
292292
curl -# -L -o $installer $download || return
293-
start "" "$installer" /SILENT
293+
start "" "$installer" /SILENT /VERYSILENT
294294

295295
# Kill all Bash processes (which will let MinTTY quit, too)"
296296
#

0 commit comments

Comments
 (0)