mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-09-25 14:56:17 +00:00
improved message
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@ $erroractionpreference='stop' # quit if anything goes wrong
|
||||
# show notification to change execution policy:
|
||||
$ep = get-executionpolicy cu;
|
||||
if ($ep -ne "unrestricted") {
|
||||
"in order to be able to install programs scoop needs powershell execution policy for current user to be set to unrestricted."
|
||||
"to make this change, please run 'set-executionPolicy unrestricted -s cu'"
|
||||
"scoop needs powershell execution policy to be set to 'unrestricted' in order to install programs."
|
||||
"to make this change please run 'set-executionPolicy unrestricted -s cu'"
|
||||
break
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user