From 86143877e84f9bd2cbe82f9ea8baedde7b45d9b1 Mon Sep 17 00:00:00 2001 From: urmum-69 Date: Thu, 23 Jul 2020 23:08:21 +0100 Subject: [PATCH] make helper script print warning about macos --- assets/files/bluebomb-helper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/files/bluebomb-helper.sh b/assets/files/bluebomb-helper.sh index 3f42b3d3b..1025d43b4 100755 --- a/assets/files/bluebomb-helper.sh +++ b/assets/files/bluebomb-helper.sh @@ -4,9 +4,9 @@ # Origin https://git.snopyta.org/twosecslater/bluebomb-helper.git # Authors urmum_69, twosecslater -if [[ -n $(uname -a | grep "Microsoft\|MSYS\|CYGWIN") ]]; then printf "\033[1;91mNOTICE\033[0m:\n======\n\nBlueBomb does NOT work under Windows, nor the \"Windows Subsystem for Linux\"."; exit; fi +if [[ -n $(uname -a | grep "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.2" +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. " # set variable $sudo if the user is not root, so sudo is only used if absolutely needed