Fix Oracle repos setup #1840

This commit is contained in:
iliajie
2023-02-14 17:49:52 +02:00
parent cdcee0b40b
commit 1e87a3f190

View File

@@ -53,7 +53,7 @@ fi
# Derivatives precise test
osid_debian_like=$(echo "$osid" | grep debian)
osid_rhel_like=$(echo "$osid" | grep rhel)
osid_rhel_like=$(echo "$osid" | grep "rhel\|fedora")
# Setup OS dependent
if [ -n "$osid_debian_like" ]; then