Skip to content

Commit

Permalink
Revert "Fix enabling codeready on RHEL 9"
Browse files Browse the repository at this point in the history
This reverts commit 568a7a1.
  • Loading branch information
iliajie committed Oct 16, 2022
1 parent 014dab0 commit 2cc9871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualmin-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ install_with_yum() {
# Enable CodeReady and EPEL on RHEL 8+
if [ "$os_major_version" -ge 8 ] && [ "$os_type" = "rhel" ]; then
# Important Perl packages are now hidden in CodeReady repo
run_ok "$install_config_manager --set-enabled codeready-builder-for-rhel-$os_major_version-x86_64*-rpms" "Enabling Red Hat CodeReady package repository"
run_ok "$install_config_manager --set-enabled codeready-builder-for-rhel-$os_major_version-x86_64-rpms" "Enabling Red Hat CodeReady package repository"
# Install EPEL
download "https://dl.fedoraproject.org/pub/epel/epel-release-latest-$os_major_version.noarch.rpm" >>$log 2>&1
run_ok "rpm -U --replacepkgs --quiet epel-release-latest-$os_major_version.noarch.rpm" "Installing EPEL $os_major_version release package"
Expand Down

0 comments on commit 2cc9871

Please sign in to comment.