From 9c7315e6596166ba018ca5cebbca78520cb578e2 Mon Sep 17 00:00:00 2001 From: LukeZGD Date: Tue, 22 Jun 2021 09:24:42 +0800 Subject: [PATCH] Update M1 Mac message --- restore.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/restore.sh b/restore.sh index 9c1c019..7b8fe2a 100755 --- a/restore.sh +++ b/restore.sh @@ -80,11 +80,7 @@ Main() { fi if [[ $platform == "macos" && $(uname -m) != "x86_64" ]]; then - Log "M1 Mac detected. Support is limited, the script may or may not work for you" - Echo "* M1 macs can still proceed but I cannot support it if things break" - Echo "* Proceed at your own risk." - Input "Press Enter/Return to continue (or press Ctrl+C to cancel)" - read -s + Log "M1 Mac detected. Support is limited, proceed at your own risk." elif [[ $(uname -m) != "x86_64" ]]; then Error "Only 64-bit (x86_64) distributions are supported." fi