mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-13 02:17:23 +10:00
Combination of Russian and main installer into one. It is also now more convenient to add other languages if necessary
6 lines
290 B
Batchfile
6 lines
290 B
Batchfile
@echo off
|
|
|
|
powershell -Command "&{[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12}; """"& { $((Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content)} -premium """" | Invoke-Expression"
|
|
|
|
pause
|
|
exit /b |