replace wget command so it doesn't download html
This commit is contained in:
parent
c2d942c2f5
commit
0f6bfab511
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ This exploit will not work on a Wii U's vWii. Please follow [this guide instead]
|
|||
1. Start the Linux Operating System. If you do not have it installed on your computer, you can temporarily install and boot it from a flash drive (not the one used for the HackMii installer) You can follow [this guide](https://ubuntu.com/tutorials/tutorial-create-a-usb-stick-on-windows#1-overview) to create the bootable USB drive. Note that it will not make any permanent changes to your computer unless you select the installation option. As an ISO, provide the ISO linked in Section I that fits your configuration.
|
||||
1. Open the Linux Terminal by pressing `Ctrl + Shift + T` or by opening it from the app menu and run these commands:
|
||||
```
|
||||
wget https://github.com/RiiConnect24/Wii-Guide/tree/master/assets/files/bluebomb-helper.zip
|
||||
wget https://raw.githubusercontent.com/RiiConnect24/Wii-Guide/master/assets/files/bluebomb-helper.sh
|
||||
unzip bluebomb-helper.zip
|
||||
rm bluebomb-helper.zip
|
||||
chmod a+x bluebomb-helper.sh
|
||||
|
|
Loading…
Reference in a new issue