From 038ef3fc612381e4b07ec997ab628d19920d580a Mon Sep 17 00:00:00 2001 From: Nuzair46 Date: Tue, 12 Jul 2022 21:13:53 +0530 Subject: [PATCH] updated changes --- README.md | 2 +- scripts/Install_Basic.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0b5293..59e6987 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ or - Run The following command in PowerShell: ```ps1 -[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content) } -confirm_uninstall_ms_spoti -confirm_spoti_recomended_over" +[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content) } -confirm_uninstall_ms_spoti -confirm_spoti_recomended_over -podcasts_on -cache_on -block_update_off -start_spoti" ``` diff --git a/scripts/Install_Basic.bat b/scripts/Install_Basic.bat index 7c977aa..d269c34 100644 --- a/scripts/Install_Basic.bat +++ b/scripts/Install_Basic.bat @@ -1,6 +1,6 @@ @echo off -powershell -Command "&{[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12}; """"& { $((Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content)} -confirm_uninstall_ms_spoti -confirm_spoti_recomended_over"""" | Invoke-Expression" +powershell -Command "&{[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12}; """"& { $((Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content)} -confirm_uninstall_ms_spoti -confirm_spoti_recomended_over -podcasts_on -cache_on -block_update_off -start_spoti"""" | Invoke-Expression" pause exit /b \ No newline at end of file