mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-15 03:46:32 +10:00
Link simplification
This commit is contained in:
@@ -48,7 +48,7 @@ or
|
||||
|
||||
* Run The following command in PowerShell:
|
||||
```ps1
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1' | Invoke-Expression
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1' | iex
|
||||
```
|
||||
|
||||
<h1>Uninstall:</h1>
|
||||
|
||||
Reference in New Issue
Block a user