From cb1eab3663c20378caa77a81b7b90940d975b515 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Mon, 13 Oct 2025 06:26:45 +0300 Subject: [PATCH] optional blocking of updates - optional update blocking for scenarios new theme, and premium --- Install_New_theme.bat | 2 +- README.md | 8 ++++---- scripts/Install_Prem.bat | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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'