]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - SQUASHFS/squashfs-tools-4.4/squashfs-tools/build.sh
Update Hindi Translation (#1941)
[Ventoy.git] / SQUASHFS / squashfs-tools-4.4 / squashfs-tools / build.sh
index b3bc144f4d23d47514e0d8c6932e15001c4f7363..d52a624c826b13d971c16f145585f849c07f3e15 100644 (file)
@@ -26,6 +26,8 @@ fi
 
 if uname -a | egrep -q 'x86_64|amd64'; then
     name=unsquashfs_64
+elif uname -a | egrep -q 'aarch64'; then
+    name=unsquashfs_aa64
 else
     name=unsquashfs_32
 fi