mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-12 09:57:22 +10:00
7 lines
278 B
Batchfile
7 lines
278 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 | Invoke-Expression}"
|
|
|
|
pause
|
|
exit /b
|