Added arm support

This commit is contained in:
Carl D. Roth
2016-05-06 11:02:51 -07:00
parent 8c138c6e4d
commit 08a3f3b5fc

View File

@@ -44,6 +44,9 @@ case "$ARCH" in
x86*|amd*|i?86*)
ARCH_X86=$ARCH
;;
arm*)
ARCH_ARM=$ARCH
;;
*)
echo "Invalid Architecture: $ARCH"
sleep 5