From f0c3d23829555384bb8dc221f26757e10bcf767a Mon Sep 17 00:00:00 2001 From: Harry Walker <hwalker56@proton.me> Date: Sun, 5 Jan 2025 20:47:25 +0000 Subject: [PATCH] Remove references to RiiConnect24 (#130) * Remove references to RiiConnect24 * Change from vanity to standard Discord URL --- docs/public/assets/files/bluebomb-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/public/assets/files/bluebomb-helper.sh b/docs/public/assets/files/bluebomb-helper.sh index 6706798835f..dc4f86abc67 100644 --- a/docs/public/assets/files/bluebomb-helper.sh +++ b/docs/public/assets/files/bluebomb-helper.sh @@ -7,7 +7,7 @@ if [[ -n $(uname -a | grep -i "Microsoft\|MSYS\|CYGWIN\|Darwin") ]]; then printf "\033[1;91mNOTICE\033[0m:\n======\n\nBlueBomb does NOT work under MacOS, Windows, nor the \"Windows Subsystem for Linux\"."; exit; fi version="0.1.3" -helpmsg="Need further help? You can either join the Wii Mini Hacking Discord server (recommended) at https://discord.gg/6ryxnkS, the RiiConnect24 Discord server at https://discord.gg/b4Y7jfD or you can send an e-mail to support@riiconnect24.net and we'll try to assist. " +helpmsg="Need further help? You can either join the Wii Mini Hacking Discord server (recommended) at https://discord.gg/6ryxnkS, or the Nintendo Homebrew Discord server at https://discord.gg/MWxPgEp. " # set variable $sudo if the user is not root, so sudo is only used if absolutely needed [[ $USER != "root" ]] && sudo0="sudo" || true