Suppress progress bar

This commit is contained in:
twangboy 2023-09-21 13:13:20 -06:00 committed by Gareth J. Greenaway
parent 82279abbe9
commit a8f7674e7b

View file

@ -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"