From fba522c464c1fbecf109d154236af7f271068b99 Mon Sep 17 00:00:00 2001 From: Twangboy Date: Mon, 24 Feb 2025 12:54:58 -0700 Subject: [PATCH] Fix powershell instructions --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index db1baf0..ee036e7 100644 --- a/README.rst +++ b/README.rst @@ -374,7 +374,7 @@ Using ``PowerShell`` to install latest stable version: [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls12' Invoke-WebRequest -Uri https://github.com/saltstack/salt-bootstrap/releases/latest/download/bootstrap-salt.ps1 -OutFile "$env:TEMP\bootstrap-salt.ps1" - Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser & "$env:TEMP\bootstrap-salt.ps1" + Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser -Force; & "$env:TEMP\bootstrap-salt.ps1" Display information about the install script parameters: