From a8f7674e7bf23bc41ea9387426cb81e56afafc81 Mon Sep 17 00:00:00 2001 From: twangboy Date: Thu, 21 Sep 2023 13:13:20 -0600 Subject: [PATCH] Suppress progress bar --- salt-quick-start.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt-quick-start.ps1 b/salt-quick-start.ps1 index 25269b5..b37344f 100644 --- a/salt-quick-start.ps1 +++ b/salt-quick-start.ps1 @@ -84,7 +84,7 @@ function Expand-ZipFile { [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls12' -$ProgressPreference = 'SilentlyContinue' +$global:$ProgressPreference = 'SilentlyContinue' $RepoUrl = "https://repo.saltproject.io/salt/py3/onedir"