WSABuilds/MagiskOnWSA/DLL/docs/Fixes/InstallPs1FailedToUpdate.md
2024-04-03 20:28:44 +01:00

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
```
&nbsp;