mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-15 16:15:05 +01:00
14 lines
293 B
Markdown
14 lines
293 B
Markdown
## Issues: Install.ps1 Failed To Update
|
|
|
|
|
|
|
|
<img src="https://github.com/MustardChef/WSABuilds/assets/68516357/7dff07f2-fde7-40b8-946c-d63ea18b2f99"/>
|
|
|
|
## Solution:
|
|
|
|
1. Run Powershell with this command:
|
|
```powershell
|
|
PowerShell.exe -ExecutionPolicy Bypass -File .\Install.ps1
|
|
```
|
|
|