We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33355f4 commit 25e82aeCopy full SHA for 25e82ae
install.ps1
@@ -273,6 +273,8 @@ if (Test-Path -Path "$TEMP_FILE") {
273
}
274
275
# Download the file
276
+# Suppress output per: https://stackoverflow.com/q/28682642/3196753, https://stackoverflow.com/q/75168064/3196753
277
+$ProgressPreference = 'SilentlyContinue'
278
Invoke-WebRequest "$DOWNLOAD_URL" -OutFile "$TEMP_FILE"
279
280
# Install using unattended techniques: https://github.com/qzind/tray/wiki/deployment
0 commit comments