Revert "script run error"

This reverts commit c8e50f67fb.
This commit is contained in:
amd64fox
2022-07-09 06:17:26 +03:00
parent 92163cedd2
commit a99bf71e88
2 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ or
* Run The following command in PowerShell:
```ps1
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content) }"
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content | iex
```
</details>