We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc9135 commit f1282daCopy full SHA for f1282da
install.sh
@@ -77,7 +77,13 @@ lshout () { echo -e "${DC}";echo -e "${*}";echo -e "${RST}";:; }
77
shout "\e[1;32m Hippo Installer v${version}"
78
sleep 2
79
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
87
######################################
88
# * function setup_and_clone
89
#
0 commit comments