From 310d792c869f0f8b189c8e91fca750eb6955a28b Mon Sep 17 00:00:00 2001 From: Sangelo Date: Mon, 6 Mar 2023 22:02:23 +0100 Subject: [PATCH] Fix syntax errors again. --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e4efcff..07098cf 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,8 @@ # Check for macOS if [[ $OSTYPE == 'darwin'* ]]; then - read -p "Warning: MacOS is currently untested. If there's any issues, please report them on GitHub.\n Are you sure you want to continue? [y/N] " macOSChoice + echo "Warning: MacOS is currently untested. If there's any issues, please report them on GitHub." + read -p "Are you sure you want to continue? [y/N] " macOSChoice case "$macOSChoice" in [yY][eE][sS]|[yY]|[zZ]|[jJ]) echo "Continuing with experimental support..."