Skip to content

Commit

Permalink
Install "epel-release" package from official repos
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie authored Apr 16, 2020
1 parent 70d6a82 commit 1718538
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions virtualmin-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -852,9 +852,7 @@ install_virtualmin () {

install_epel_release () {
if [ -z "$DISABLE_EPEL" ]; then
download "https://dl.fedoraproject.org/pub/epel/epel-release-latest-${os_major_version}.noarch.rpm"
run_ok "rpm -U --replacepkgs --quiet epel-release-latest-${os_major_version}.noarch.rpm" "Installing EPEL release package"
rpm --quiet --import "/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-*" 1>/dev/null 2>&1
run_ok "$install epel-release" "Installing EPEL release package"
fi
}

Expand Down

2 comments on commit 1718538

@NuxRo
Copy link

@NuxRo NuxRo commented on 1718538 May 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for that, just implemented something similar as I was aware of this change.

Can someone please update http://software.virtualmin.com/gpl/scripts/install.sh ?

Cheers

@iliajie
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,

Thanks for heads up!

Yes, we'll update it in the near future, along with Virtualmin-Config. @swelljoe could we do it now?

Please sign in to comment.