mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
optional blocking of updates
- optional update blocking for scenarios new theme, and premium
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
:: Line for changing spotx parameters, each parameter should be separated by a space
|
:: 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 url='https://raw.githubusercontent.com/SpotX-Official/SpotX/refs/heads/main/run.ps1'
|
||||||
set url2='https://spotx-official.github.io/SpotX/run.ps1'
|
set url2='https://spotx-official.github.io/SpotX/run.ps1'
|
||||||
|
|||||||
@@ -53,13 +53,13 @@ or
|
|||||||
#### Run The following command in PowerShell:
|
#### Run The following command in PowerShell:
|
||||||
|
|
||||||
```ps1
|
```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
|
#### mirror
|
||||||
|
|
||||||
```ps1
|
```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"
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
@@ -150,13 +150,13 @@ or
|
|||||||
#### Run The following command in PowerShell:
|
#### Run The following command in PowerShell:
|
||||||
|
|
||||||
```ps1
|
```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
|
#### mirror
|
||||||
|
|
||||||
```ps1
|
```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"
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
:: Line for changing spotx parameters, each parameter should be separated by a space
|
:: 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 url='https://raw.githubusercontent.com/SpotX-Official/SpotX/refs/heads/main/run.ps1'
|
||||||
set url2='https://spotx-official.github.io/SpotX/run.ps1'
|
set url2='https://spotx-official.github.io/SpotX/run.ps1'
|
||||||
|
|||||||
Reference in New Issue
Block a user