mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 17:50:22 +00:00
Suppress progress bar
This commit is contained in:
parent
82279abbe9
commit
a8f7674e7b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue