We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0de6c4 commit ee311b8Copy full SHA for ee311b8
install.ps1
@@ -3,13 +3,6 @@
3
#Requires -Version 5
4
param($path = "$pwd/rustlings")
5
6
-if((Get-ExecutionPolicy) -gt 'RemoteSigned' -or (Get-ExecutionPolicy) -eq 'ByPass') {
7
- Write-Output "PowerShell requires an execution policy of 'RemoteSigned' to run this script."
8
- Write-Output "To make this change please run:"
9
- Write-Output "'Set-ExecutionPolicy RemoteSigned -scope CurrentUser'"
10
- exit 1
11
-}
12
-
13
Write-Host "Let's get you set up with Rustlings!"
14
15
Write-Host "Checking requirements..."
0 commit comments