From 7877f393331b8e0c63d63c89d38a912d6757b01e Mon Sep 17 00:00:00 2001 From: amd64fox Date: Tue, 12 Jul 2022 22:09:19 +0300 Subject: [PATCH] updated changes --- README.md | 7 ++++--- scripts/Install_Basic.bat | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 59e6987..344a7d0 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ or

Automated basic installation without confirmation, what does it do?

- Automatic removal of Spotify MS if it was found - - Automatic installation of the recommended version of Spotify (if another client has already been found, it will be installed over) + - Automatic installation of the recommended version of Spotify (if another client has already been found, it will be installed over) + - After the installation is completed, the client will autorun

@@ -72,7 +73,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 -podcasts_on -cache_on -block_update_off -start_spoti" +[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_off -block_update_off -exp_off -start_spoti" ``` @@ -86,7 +87,7 @@ or - Automatic installation of the recommended version of Spotify (if another client has already been found, it will be installed over) - Removal of podcasts from the main page - Automatic blocking of Spotify updates - - Without clearing the cache + - All [experimental features](https://github.com/amd64fox/SpotX/discussions/50) included - After the installation is completed, the client will autorun.

diff --git a/scripts/Install_Basic.bat b/scripts/Install_Basic.bat index d269c34..14be667 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 -podcasts_on -cache_on -block_update_off -start_spoti"""" | 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_off -block_update_off -exp_off -start_spoti"""" | Invoke-Expression" pause exit /b \ No newline at end of file