Merge pull request #131 from wtlusvm/master

Fix #127
pull/168/head
Darien Raymond 2016-05-03 11:44:20 +02:00
commit ed8f5b732e
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ VDIS="64"
if [[ "$ARCH" == "i686" ]] || [[ "$ARCH" == "i386" ]]; then
VDIS="32"
elif [[ "$ARCH" == *"armv7"* ]]; then
elif [[ "$ARCH" == *"armv7"* ]] || [[ "$ARCH" == "armv6l" ]]; then
VDIS="arm"
elif [[ "$ARCH" == *"armv8"* ]]; then
VDIS="arm64"