mirror of https://github.com/ventoy/Ventoy.git
egrep -> grep -e
This commit is contained in:
parent
6d7441bf30
commit
07240144a1
|
@ -24,7 +24,7 @@ else
|
|||
echo -e "\n========== FAILED ============\n"
|
||||
fi
|
||||
|
||||
if uname -a | egrep -q 'x86_64|amd64'; then
|
||||
if uname -a | grep -e -q 'x86_64|amd64'; then
|
||||
name=unsquashfs_64
|
||||
else
|
||||
name=unsquashfs_32
|
||||
|
|
Loading…
Reference in New Issue