mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-03-13 05:00:17 -04:00
egrep -> grep -e
This commit is contained in:
parent
59729134f2
commit
6d7441bf30
@ -4,7 +4,7 @@ CUR="$PWD"
|
||||
|
||||
LIBFUSE_DIR=$CUR/LIBFUSE
|
||||
|
||||
if uname -a | egrep -q 'x86_64|amd64'; then
|
||||
if uname -a | grep -e -q 'x86_64|amd64'; then
|
||||
name=vtoy_fuse_iso_64
|
||||
else
|
||||
name=vtoy_fuse_iso_32
|
||||
|
Loading…
x
Reference in New Issue
Block a user