]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/VentoyWeb.sh
Fix a bug when booting nitrux-release-amd64_2021.05.28.iso (#953)
[Ventoy.git] / INSTALL / VentoyWeb.sh
index 721e419ad6b7a6cd7cc76fada237aa60f9141979..061120b809455101896eca73f063195ccd9f630f 100644 (file)
@@ -23,10 +23,12 @@ fi
 
 OLDDIR=$(pwd)
 
-if uname -a | egrep -q 'aarch64|arm64'; then
+if uname -m | egrep -q 'aarch64|arm64'; then
     TOOLDIR=aarch64
-elif uname -a | egrep -q 'x86_64|amd64'; then
+elif uname -m | egrep -q 'x86_64|amd64'; then
     TOOLDIR=x86_64
+elif uname -m | egrep -q 'mips64'; then
+    TOOLDIR=mips64el
 else
     TOOLDIR=i386
 fi