script run error

- Fixed error when running script without parameters
This commit is contained in:
amd64fox
2022-07-08 14:02:09 +03:00
parent 7f8adc0a0e
commit c8e50f67fb
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; (iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content | iex
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content) }"
```
</details>