X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/9f357f8ed138e92087a922812f9df3ca8aa5cbc6..f342be1d6c25d36a508b3a90f044d5ffb23d416f:/INSTALL/VentoyWeb.sh diff --git a/INSTALL/VentoyWeb.sh b/INSTALL/VentoyWeb.sh index 4c811e0..061120b 100644 --- a/INSTALL/VentoyWeb.sh +++ b/INSTALL/VentoyWeb.sh @@ -27,6 +27,8 @@ if uname -m | egrep -q 'aarch64|arm64'; then TOOLDIR=aarch64 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