diff --git a/Install_New_theme.bat b/Install_New_theme.bat index 73d5c3d..dd48d3c 100644 --- a/Install_New_theme.bat +++ b/Install_New_theme.bat @@ -1,7 +1,7 @@ @echo off :: Line for changing spotx parameters, each parameter should be separated by a space -set param=-new_theme -block_update_on +set param=-new_theme set url='https://raw.githubusercontent.com/SpotX-Official/SpotX/refs/heads/main/run.ps1' set url2='https://spotx-official.github.io/SpotX/run.ps1' diff --git a/README.md b/README.md index c143104..c5ffcc6 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/refs/heads/main/run.ps1') } -new_theme -block_update_on" +iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/SpotX/refs/heads/main/run.ps1') } -new_theme" ``` #### mirror ```ps1 -iex "& { $(iwr -useb 'https://spotx-official.github.io/SpotX/run.ps1') } -m -new_theme -block_update_on" +iex "& { $(iwr -useb 'https://spotx-official.github.io/SpotX/run.ps1') } -m -new_theme" ``` @@ -150,13 +150,13 @@ or #### Run The following command in PowerShell: ```ps1 -iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/SpotX/refs/heads/main/run.ps1') } -premium -new_theme -block_update_on" +iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/SpotX/refs/heads/main/run.ps1') } -premium -new_theme" ``` #### mirror ```ps1 -iex "& { $(iwr -useb 'https://spotx-official.github.io/SpotX/run.ps1') } -m -premium -new_theme -block_update_on" +iex "& { $(iwr -useb 'https://spotx-official.github.io/SpotX/run.ps1') } -m -premium -new_theme" ``` diff --git a/scripts/Install_Prem.bat b/scripts/Install_Prem.bat index e64d01c..742811e 100644 --- a/scripts/Install_Prem.bat +++ b/scripts/Install_Prem.bat @@ -1,7 +1,7 @@ @echo off :: Line for changing spotx parameters, each parameter should be separated by a space -set param=-premium -new_theme -block_update_on +set param=-premium -new_theme set url='https://raw.githubusercontent.com/SpotX-Official/SpotX/refs/heads/main/run.ps1' set url2='https://spotx-official.github.io/SpotX/run.ps1'