Skip to content

Commit ee311b8

Browse files
committed
remove execution policy check
1 parent f0de6c4 commit ee311b8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

install.ps1

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
#Requires -Version 5
44
param($path = "$pwd/rustlings")
55

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-
136
Write-Host "Let's get you set up with Rustlings!"
147

158
Write-Host "Checking requirements..."

0 commit comments

Comments
 (0)