fix ugly powershell command
This commit is contained in:
parent
4e5389b61f
commit
99e392022b
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@ This tutorial is only for Windows version of WiiWare Patcher.
|
|||
[If you want to download WiiWare Patcher without cmd.exe method, click here!](https://github.com/RiiConnect24/auto-wiiware-patcher/releases)
|
||||
{: .notice--info}
|
||||
|
||||
If you are on Windows 7 or newer open cmd.exe (Run or press Windows Logo+R and type in cmd.exe) and type in `powershell -command "(new-object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/KcrPL/KcrPL.github.io/master/Patchers_Auto_Update/WiiWare-Patcher/net_install.bat', 'net_install.bat')" & start net_install.bat`
|
||||
If you are on Windows 7 or newer open cmd.exe (Run or press Windows Logo+R and type in cmd.exe) and run the command
|
||||
```powershell
|
||||
powershell -command "(new-object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/KcrPL/KcrPL.github.io/master/Patchers_Auto_Update/WiiWare-Patcher/net_install.bat', 'net_install.bat')" & start net_install.bat`
|
||||
```
|
||||
{: .notice--info}
|
||||
|
||||
Give it a few seconds because Powershell have to startup. After few seconds a new windows should open.
|
||||
|
|
Loading…
Reference in a new issue