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.
armhf
1 parent 06a1c2c commit 9a38060Copy full SHA for 9a38060
1 file changed
install.sh
@@ -78,9 +78,9 @@ shout "\e[1;32m Hippo Installer v${version}"
78
sleep 2
79
80
case $(uname -m) in
81
- aarch64) : ;;
+ aarch64|armv7l|armv8l) : ;;
82
*)
83
- die ": sorry Only 64bit(aarch64) os architecture is supported for now"
+ die ": sorry Only aarch64 armv7l armv8l os architecture is supported for now"
84
;;
85
esac
86
######################################
0 commit comments