From 77bf27a158b4eaa0a5f1bb30182406aa6d8533b7 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sat, 20 Sep 2025 15:27:05 +0300 Subject: [PATCH] an attempt to reduce the number of false positives in the installation terminal (#767) this does not eliminate false positives for bat files #741 --- .github/workflows/check_spotx.yml | 2 +- Install_New_theme.bat | 4 ++-- Install_Old_theme.bat | 4 ++-- README.md | 16 ++++++++-------- scripts/Install_Auto.bat | 4 ++-- scripts/Install_Prem.bat | 4 ++-- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/check_spotx.yml b/.github/workflows/check_spotx.yml index 3931e13..9783cd9 100644 --- a/.github/workflows/check_spotx.yml +++ b/.github/workflows/check_spotx.yml @@ -29,4 +29,4 @@ jobs: $parametrs = '-new_theme -v $version -sp-over -cache_limit 1000 -block_update_on -lyrics_stat spotify -urlform_goofy "https://docs.google.com/forms/formResponse" -idbox_goofy "9999999" -podcasts_off -adsections_off -lyrics_block' # Run Spotx - iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/spotx-official.github.io/main/run.ps1') } $parametrs" + iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/SpotX/refs/heads/change-url/run.ps1') } $parametrs" diff --git a/Install_New_theme.bat b/Install_New_theme.bat index c55e960..2372e40 100644 --- a/Install_New_theme.bat +++ b/Install_New_theme.bat @@ -3,8 +3,8 @@ :: Line for changing spotx parameters, each parameter should be separated by a space set param=-new_theme -block_update_on -set url='https://raw.githubusercontent.com/SpotX-Official/spotx-official.github.io/main/run.ps1' -set url2='https://spotx-official.github.io/run.ps1' +set url='https://raw.githubusercontent.com/SpotX-Official/SpotX/refs/heads/change-url/run.ps1' +set url2='https://spotx-official.github.io/SpotX/run.ps1' set tls=[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12; %SYSTEMROOT%\System32\WindowsPowerShell\v1.0\powershell.exe ^ diff --git a/Install_Old_theme.bat b/Install_Old_theme.bat index c3c08bb..ec90cc2 100644 --- a/Install_Old_theme.bat +++ b/Install_Old_theme.bat @@ -3,8 +3,8 @@ :: Line for changing spotx parameters, each parameter should be separated by a space set param=-v 1.2.13.661.ga588f749-4064 -confirm_spoti_recomended_over -block_update_on -set url='https://raw.githubusercontent.com/SpotX-Official/spotx-official.github.io/main/run.ps1' -set url2='https://spotx-official.github.io/run.ps1' +set url='https://raw.githubusercontent.com/SpotX-Official/SpotX/refs/heads/change-url/run.ps1' +set url2='https://spotx-official.github.io/SpotX/run.ps1' set tls=[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12; %SYSTEMROOT%\System32\WindowsPowerShell\v1.0\powershell.exe ^ diff --git a/README.md b/README.md index e0662a6..40fa2ed 100644 --- a/README.md +++ b/README.md @@ -53,13 +53,13 @@ or #### Run The following command in PowerShell: ```ps1 -iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/spotx-official.github.io/main/run.ps1') } -new_theme -block_update_on" +iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/SpotX/refs/heads/change-url/run.ps1') } -new_theme -block_update_on" ``` #### mirror ```ps1 -iex "& { $(iwr -useb 'https://spotx-official.github.io/run.ps1') } -m -new_theme -block_update_on" +iex "& { $(iwr -useb 'https://spotx-official.github.io/SpotX/run.ps1') } -m -new_theme -block_update_on" ``` @@ -83,13 +83,13 @@ or #### Run The following command in PowerShell: ```ps1 -iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/spotx-official.github.io/main/run.ps1') } -v 1.2.13.661.ga588f749-4064 -confirm_spoti_recomended_over -block_update_on" +iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/SpotX/refs/heads/change-url/run.ps1') } -v 1.2.13.661.ga588f749-4064 -confirm_spoti_recomended_over -block_update_on" ``` #### mirror ```ps1 -iex "& { $(iwr -useb 'https://spotx-official.github.io/run.ps1') } -m -v 1.2.13.661.ga588f749-4064 -confirm_spoti_recomended_over -block_update_on" +iex "& { $(iwr -useb 'https://spotx-official.github.io/SpotX/run.ps1') } -m -v 1.2.13.661.ga588f749-4064 -confirm_spoti_recomended_over -block_update_on" ``` @@ -118,13 +118,13 @@ or #### Run The following command in PowerShell: ```ps1 -iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/spotx-official.github.io/main/run.ps1') } -confirm_uninstall_ms_spoti -confirm_spoti_recomended_over -podcasts_off -block_update_on -start_spoti -new_theme -adsections_off -lyrics_stat spotify" +iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/SpotX/refs/heads/change-url/run.ps1') } -confirm_uninstall_ms_spoti -confirm_spoti_recomended_over -podcasts_off -block_update_on -start_spoti -new_theme -adsections_off -lyrics_stat spotify" ``` #### mirror ```ps1 -iex "& { $(iwr -useb 'https://spotx-official.github.io/run.ps1') } -m -confirm_uninstall_ms_spoti -confirm_spoti_recomended_over -podcasts_off -block_update_on -start_spoti -new_theme -adsections_off -lyrics_stat spotify" +iex "& { $(iwr -useb 'https://spotx-official.github.io/SpotX/run.ps1') } -m -confirm_uninstall_ms_spoti -confirm_spoti_recomended_over -podcasts_off -block_update_on -start_spoti -new_theme -adsections_off -lyrics_stat spotify" ``` @@ -150,13 +150,13 @@ or #### Run The following command in PowerShell: ```ps1 -iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/spotx-official.github.io/main/run.ps1') } -premium -new_theme -block_update_on" +iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/SpotX/refs/heads/change-url/run.ps1') } -premium -new_theme -block_update_on" ``` #### mirror ```ps1 -iex "& { $(iwr -useb 'https://spotx-official.github.io/run.ps1') } -m -premium -new_theme -block_update_on" +iex "& { $(iwr -useb 'https://spotx-official.github.io/SpotX/run.ps1') } -m -premium -new_theme -block_update_on" ``` diff --git a/scripts/Install_Auto.bat b/scripts/Install_Auto.bat index 808a2b9..c35ac9b 100644 --- a/scripts/Install_Auto.bat +++ b/scripts/Install_Auto.bat @@ -3,8 +3,8 @@ :: Line for changing spotx parameters, each parameter should be separated by a space set param=-confirm_uninstall_ms_spoti -confirm_spoti_recomended_over -podcasts_off -block_update_on -start_spoti -new_theme -adsections_off -lyrics_stat spotify -set url='https://raw.githubusercontent.com/SpotX-Official/spotx-official.github.io/main/run.ps1' -set url2='https://spotx-official.github.io/run.ps1' +set url='https://raw.githubusercontent.com/SpotX-Official/SpotX/refs/heads/change-url/run.ps1' +set url2='https://spotx-official.github.io/SpotX/run.ps1' set tls=[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12; %SYSTEMROOT%\System32\WindowsPowerShell\v1.0\powershell.exe ^ diff --git a/scripts/Install_Prem.bat b/scripts/Install_Prem.bat index 84aec5f..6dece8d 100644 --- a/scripts/Install_Prem.bat +++ b/scripts/Install_Prem.bat @@ -3,8 +3,8 @@ :: Line for changing spotx parameters, each parameter should be separated by a space set param=-premium -new_theme -block_update_on -set url='https://raw.githubusercontent.com/SpotX-Official/spotx-official.github.io/main/run.ps1' -set url2='https://spotx-official.github.io/run.ps1' +set url='https://raw.githubusercontent.com/SpotX-Official/SpotX/refs/heads/change-url/run.ps1' +set url2='https://spotx-official.github.io/SpotX/run.ps1' set tls=[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12; %SYSTEMROOT%\System32\WindowsPowerShell\v1.0\powershell.exe ^