]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/VentoyWeb.sh
Fix the menu title of `F5 Tools ---> Power ---> $VTLANG_POWER_REBOOT_EFIFW`
[Ventoy.git] / INSTALL / VentoyWeb.sh
index f06ae066f3f81874cdf88ebc1142e04663f48a6a..537348aac5862b0d6b306628730b5dec977695d3 100644 (file)
@@ -23,11 +23,11 @@ fi
 
 OLDDIR=$(pwd)
 
-if uname -m | egrep -q 'aarch64|arm64'; then
+if uname -m | grep -E -q 'aarch64|arm64'; then
     TOOLDIR=aarch64
-elif uname -m | egrep -q 'x86_64|amd64'; then
+elif uname -m | grep -E -q 'x86_64|amd64'; then
     TOOLDIR=x86_64
-elif uname -m | egrep -q 'mips64'; then
+elif uname -m | grep -E -q 'mips64'; then
     TOOLDIR=mips64el
 else
     TOOLDIR=i386