This commit is contained in:
Paul M Furley 2014-09-08 19:39:15 +00:00
commit 5836da339b

View file

@ -38,6 +38,9 @@ case "$system" in
x86_64|amd64|x64)
machine="x64"
;;
armv6l)
machine="arm"
;;
*)
echo "Unsupported machine type: $machine"
exit 2