mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-03-12 20:50:15 -04:00
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…
x
Reference in New Issue
Block a user