diff --git a/docs/installers/chromebook.sh b/docs/installers/chromebook.sh index 084525713e..a03b71d8ea 100755 --- a/docs/installers/chromebook.sh +++ b/docs/installers/chromebook.sh @@ -1,5 +1,17 @@ #!/bin/sh +# Some initial checks +# TODO: Remove this once aarch64 is supported +MACHINE_MTYPE="$(uname -m)"; +if [ "$ARCH" = "armv7l" ]; then +echo " +aarch64 currently disabled. +THIS IS BEING WORKED ON, APOLOGIES FOR THE INCONVENIENCE, +PLEASE CHECK https://code.headmelted.com FOR UPDATES +"; +exit 1; +fi; + clear; echo " -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-