mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix Oracle repos setup #1840
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user