mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Add support for openEuler in repo setup script
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user