Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/installers/chromebook.sh
Original file line number Diff line number Diff line change
@@ -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 "
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Expand Down