Add support for openEuler in repo setup script

This commit is contained in:
Ilia Ross
2024-11-24 21:09:48 +02:00
parent 55ae93e447
commit 599d096783
4 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ fi
# Derivatives precise test
osid_debian_like=$(echo "$osid" | grep "debian\|ubuntu")
osid_rhel_like=$(echo "$osid" | grep "rhel\|fedora\|centos")
osid_rhel_like=$(echo "$osid" | grep "rhel\|fedora\|centos\|openEuler")
repoid_debian_like=debian
if [ -n "${ID}" ]; then

View File

@ -61,7 +61,7 @@ fi
# Derivatives precise test
osid_debian_like=$(echo "$osid" | grep "debian\|ubuntu")
osid_rhel_like=$(echo "$osid" | grep "rhel\|fedora\|centos")
osid_rhel_like=$(echo "$osid" | grep "rhel\|fedora\|centos\|openEuler")
repoid_debian_like=debian
if [ -n "${ID}" ]; then

View File

@ -62,7 +62,7 @@ fi
# Derivatives precise test
osid_debian_like=$(echo "$osid" | grep "debian\|ubuntu")
osid_rhel_like=$(echo "$osid" | grep "rhel\|fedora\|centos")
osid_rhel_like=$(echo "$osid" | grep "rhel\|fedora\|centos\|openEuler")
repoid_debian_like=debian
if [ -n "${ID}" ]; then

View File

@ -61,7 +61,7 @@ fi
# Derivatives precise test
osid_debian_like=$(echo "$osid" | grep "debian\|ubuntu")
osid_rhel_like=$(echo "$osid" | grep "rhel\|fedora\|centos")
osid_rhel_like=$(echo "$osid" | grep "rhel\|fedora\|centos\|openEuler")
repoid_debian_like=debian
if [ -n "${ID}" ]; then