an attempt to reduce the number of false positives in the installation terminal (#767)

this does not eliminate false positives for bat files #741
This commit is contained in:
amd64fox
2025-09-20 15:27:05 +03:00
committed by GitHub
parent b800bb9e8d
commit 77bf27a158
6 changed files with 17 additions and 17 deletions

View File

@@ -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 ^