Skip to content

Commit f1282da

Browse files
added arch test
1 parent ecc9135 commit f1282da

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

install.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,13 @@ lshout () { echo -e "${DC}";echo -e "${*}";echo -e "${RST}";:; }
7777
shout "\e[1;32m Hippo Installer v${version}"
7878
sleep 2
7979

80-
80+
case $(uname -m) in
81+
aarch64) : ;;
82+
*)
83+
warn "sorry Only 64bit(aarch64) os architecture is supported for now"
84+
die "Join us at discord to talk https://discord.gg/u7KDGUc3Aw"
85+
;;
86+
esac
8187
######################################
8288
# * function setup_and_clone
8389
#

0 commit comments

Comments
 (0)