diff --git a/BlockTheSpot.bat b/BlockTheSpot.bat index 6e47a07..1043e67 100644 --- a/BlockTheSpot.bat +++ b/BlockTheSpot.bat @@ -1,4 +1,4 @@ @echo off -powershell -Command "& {[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/mrpond/BlockTheSpot/master/install.ps1' | Invoke-Expression}" +powershell -Command "& {[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/mrpond/BlockTheSpot/master/install.ps1' | Invoke-Expression}" pause -exit /b \ No newline at end of file +exit /b