We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb988c9 commit fba522cCopy full SHA for fba522c
README.rst
@@ -374,7 +374,7 @@ Using ``PowerShell`` to install latest stable version:
374
375
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls12'
376
Invoke-WebRequest -Uri https://github.com/saltstack/salt-bootstrap/releases/latest/download/bootstrap-salt.ps1 -OutFile "$env:TEMP\bootstrap-salt.ps1"
377
- Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser & "$env:TEMP\bootstrap-salt.ps1"
+ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser -Force; & "$env:TEMP\bootstrap-salt.ps1"
378
379
Display information about the install script parameters:
380
0 commit comments