pull/684/merge
Darien Raymond 2017-11-03 22:40:12 +01:00
parent 55f821be20
commit 1413bb2944
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ sysAcrh(){
VDIS="32" VDIS="32"
elif [[ "$ARCH" == *"armv7"* ]] || [[ "$ARCH" == "armv6l" ]]; then elif [[ "$ARCH" == *"armv7"* ]] || [[ "$ARCH" == "armv6l" ]]; then
VDIS="arm" VDIS="arm"
elif [[ "$ARCH" == *"armv8"* ]]; then elif [[ "$ARCH" == *"armv8"* ]] || [[ "$ARCH" == "aarch64" ]]; then
VDIS="arm64" VDIS="arm64"
fi fi
return 0 return 0