diff --git a/samy.ps1 b/samy.ps1 index 95a313a..23fff7a 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -20,7 +20,7 @@ if ($ExecutionContext.SessionState.LanguageMode -ne 'FullLanguage' -or powershell.exe -NoProfile -ExecutionPolicy Bypass -File "$PSCommandPath" @argList } else { $argString = ($argList | ForEach-Object { '"' + ($_ -replace '"','`"') + '"' }) -join ' ' - powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "& { iwr 'https://samy.svstools.ca' -UseBasicParsing | iex } $argString" + powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "& { iwr 'https://samybeta.svstools.ca' -UseBasicParsing | iex } $argString" } exit }