Skip to content

Commit 01108e5

Browse files
author
Leo D'Arcy
committed
Updated Update Install Command to improve silent installation
1 parent a97ce2d commit 01108e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ edit-git-bash.exe
6060
!/archive/root/etc/protocols
6161
!/archive/root/etc/services
6262
/versions/cached-files/
63+
/.vs

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" /VERYSILENT
294294

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

0 commit comments

Comments
 (0)