From 3ecf5b3c705376f23ef5f7fd0fa2f36f24516222 Mon Sep 17 00:00:00 2001 From: sctech <100468871+sctech-tr@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:53:15 +0300 Subject: [PATCH 1/5] Update bluebomb.md --- _pages/en_US/bluebomb.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/_pages/en_US/bluebomb.md b/_pages/en_US/bluebomb.md index c86e1194b4a..24c5e222617 100644 --- a/_pages/en_US/bluebomb.md +++ b/_pages/en_US/bluebomb.md @@ -65,13 +65,11 @@ Make sure that the console is close to the computer running the exploit, ideally 1. Power off your console. 1. Start your Linux distro, and ensure you are connected to the internet. 1. Open the Terminal -1. Run the following commands: +1. Run the following command: - ```bash - wget https://wii.hacks.guide/assets/files/bluebomb-helper.sh - chmod +x bluebomb-helper.sh - ./bluebomb-helper.sh - ``` + ```bash + wget -qO- https://wii.hacks.guide/assets/files/bluebomb-helper.sh | sh + ``` 1. The helper will then download the required files, and ask for information about your console. + If you have selected a Wii mini you will be asked to provide your region. This can be determined by the last letter of the Wii Menu version (`U` for **USA** and `E` for **PAL** models). From 0fb853b9fa62b996d4b9761650b76ba0ce8d7203 Mon Sep 17 00:00:00 2001 From: sctech <100468871+sctech-tr@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:01:10 +0300 Subject: [PATCH 2/5] fix indentation --- _pages/en_US/bluebomb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/en_US/bluebomb.md b/_pages/en_US/bluebomb.md index 24c5e222617..b42115d0d05 100644 --- a/_pages/en_US/bluebomb.md +++ b/_pages/en_US/bluebomb.md @@ -68,7 +68,7 @@ Make sure that the console is close to the computer running the exploit, ideally 1. Run the following command: ```bash - wget -qO- https://wii.hacks.guide/assets/files/bluebomb-helper.sh | sh + wget -qO- https://wii.hacks.guide/assets/files/bluebomb-helper.sh | sh ``` 1. The helper will then download the required files, and ask for information about your console. From efa6a5dd261c3c0ca2dd6c448a5aea4db5dfbc20 Mon Sep 17 00:00:00 2001 From: sctech <100468871+sctech-tr@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:30:55 +0300 Subject: [PATCH 3/5] fix incorrect shell Co-authored-by: thepikachugamer <44107089+Naim2000@users.noreply.github.com> --- _pages/en_US/bluebomb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/en_US/bluebomb.md b/_pages/en_US/bluebomb.md index b42115d0d05..0521ae21693 100644 --- a/_pages/en_US/bluebomb.md +++ b/_pages/en_US/bluebomb.md @@ -68,7 +68,7 @@ Make sure that the console is close to the computer running the exploit, ideally 1. Run the following command: ```bash - wget -qO- https://wii.hacks.guide/assets/files/bluebomb-helper.sh | sh + wget -qO- https://wii.hacks.guide/assets/files/bluebomb-helper.sh | bash ``` 1. The helper will then download the required files, and ask for information about your console. From c8aaa9c44bf8787ac86cb571ef3d932846fbaa50 Mon Sep 17 00:00:00 2001 From: sctech <100468871+sctech-tr@users.noreply.github.com> Date: Tue, 17 Sep 2024 07:31:25 +0300 Subject: [PATCH 4/5] fix incorrect shell by $SHELL --- _pages/en_US/bluebomb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/en_US/bluebomb.md b/_pages/en_US/bluebomb.md index 0521ae21693..bcf1ddc2275 100644 --- a/_pages/en_US/bluebomb.md +++ b/_pages/en_US/bluebomb.md @@ -68,7 +68,7 @@ Make sure that the console is close to the computer running the exploit, ideally 1. Run the following command: ```bash - wget -qO- https://wii.hacks.guide/assets/files/bluebomb-helper.sh | bash + wget -qO- https://wii.hacks.guide/assets/files/bluebomb-helper.sh | $SHELL ``` 1. The helper will then download the required files, and ask for information about your console. From 2fb3ce0e18ac9796e33e9cbe490bb632e3c257e6 Mon Sep 17 00:00:00 2001 From: sctech <100468871+sctech-tr@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:44:52 +0300 Subject: [PATCH 5/5] use bash instead of $SHELL --- _pages/en_US/bluebomb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/en_US/bluebomb.md b/_pages/en_US/bluebomb.md index bcf1ddc2275..0521ae21693 100644 --- a/_pages/en_US/bluebomb.md +++ b/_pages/en_US/bluebomb.md @@ -68,7 +68,7 @@ Make sure that the console is close to the computer running the exploit, ideally 1. Run the following command: ```bash - wget -qO- https://wii.hacks.guide/assets/files/bluebomb-helper.sh | $SHELL + wget -qO- https://wii.hacks.guide/assets/files/bluebomb-helper.sh | bash ``` 1. The helper will then download the required files, and ask for information about your console.