Skip to content

Commit

Permalink
Add needed packages for Ubuntu to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Leseratte10 committed Sep 28, 2019
1 parent 69188c2 commit bd34b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Bluebomb is an exploit for Broadcom's Bluetooth stack used in the Nintendo Wii.
__You will need a Linux computer to do this!__
Download the pre-built binaries from the releases page and follow these instructions.
1. Download BlueZ from [here](http://www.bluez.org/download/), you just need the user space package.
2. Extract it and run build it with `./configure --enable-deprecated && make`
2. Extract it and run build it with `./configure --enable-deprecated && make` (If you are using Ubuntu, you might need to install some needed packages with `sudo apt install libglib2.0-dev libdbus-1-dev libudev-dev libical-dev libreadline-dev` before this works)
3. Enter the `tools` directory and run `sudo systemctl disable --now bluetooth`
4. Run `sudo ./btmgmt`
5. Run the following commands in the managment prompt
Expand Down

0 comments on commit bd34b43

Please sign in to comment.