Update M1 Mac message

This commit is contained in:
LukeZGD 2021-06-22 09:24:42 +08:00
parent e102281af4
commit 9c7315e659

View File

@ -80,11 +80,7 @@ Main() {
fi fi
if [[ $platform == "macos" && $(uname -m) != "x86_64" ]]; then if [[ $platform == "macos" && $(uname -m) != "x86_64" ]]; then
Log "M1 Mac detected. Support is limited, the script may or may not work for you" Log "M1 Mac detected. Support is limited, proceed at your own risk."
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
elif [[ $(uname -m) != "x86_64" ]]; then elif [[ $(uname -m) != "x86_64" ]]; then
Error "Only 64-bit (x86_64) distributions are supported." Error "Only 64-bit (x86_64) distributions are supported."
fi fi