wtlusvm 9 năm trước cách đây
mục cha
commit
5ab9d5476e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      release/install-release.sh

+ 1 - 1
release/install-release.sh

@@ -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"