Commit 33cc1e27 authored by longpanda's avatar longpanda
Browse files

Support latest CentOS Stream 8 distro. (#799)

parent 291e0a3a
......@@ -46,6 +46,8 @@ if is_inotify_ventoy_part $3; then
vtRhel8Ver=$($SED "s#.*8\.\([0-9]*\).*#\1#" /etc/system-release)
if [ $vtRhel8Ver -ge 3 ]; then
vtReplaceOpt=""
elif $GREP -q "Stream" /etc/system-release; then
vtReplaceOpt=""
fi
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment