Link simplification

This commit is contained in:
amd64fox
2022-05-20 15:31:55 +03:00
parent 26c3a57b2b
commit 3b950a2737
+1 -1
View File
@@ -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>