From 1e87a3f190087ec282a907fae24aa8ed02b461cc Mon Sep 17 00:00:00 2001 From: iliajie Date: Tue, 14 Feb 2023 17:49:52 +0200 Subject: [PATCH] Fix Oracle repos setup #1840 --- setup-repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-repos.sh b/setup-repos.sh index bbf0f905b..c51480271 100755 --- a/setup-repos.sh +++ b/setup-repos.sh @@ -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