Update samy.ps1

This commit is contained in:
2025-12-20 21:44:34 -05:00
parent 6e43fac0ee
commit e5338b6bc2

View File

@@ -20,7 +20,7 @@ if ($ExecutionContext.SessionState.LanguageMode -ne 'FullLanguage' -or
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "$PSCommandPath" @argList powershell.exe -NoProfile -ExecutionPolicy Bypass -File "$PSCommandPath" @argList
} else { } else {
$argString = ($argList | ForEach-Object { '"' + ($_ -replace '"','`"') + '"' }) -join ' ' $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 exit
} }