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
8bdec5c0c9
commit
59729134f2
@ -6,7 +6,7 @@
|
||||
#
|
||||
#
|
||||
|
||||
if uname -a | egrep -q 'x86_64|amd64'; then
|
||||
if uname -a | grep -e -q 'x86_64|amd64'; then
|
||||
opt=
|
||||
else
|
||||
opt=-lrt
|
||||
|
Loading…
x
Reference in New Issue
Block a user