From efa834679d2d5af980177f20beb14f8d4cef7712 Mon Sep 17 00:00:00 2001 From: Nuzair <38219313+Nuzair46@users.noreply.github.com> Date: Sat, 1 Apr 2023 14:55:27 +0530 Subject: [PATCH] Update BlockTheSpot.bat --- BlockTheSpot.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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