Skip to content

Commit

Permalink
container-selinux rpm url update (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
rushyrush committed Jul 25, 2024
1 parent 109c748 commit 71fa640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ do_download() {
7*)
if [ $ID == "rhel" ]; then
rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-7
yum install -y http://mirror.centos.org/centos/7/extras/x86_64/Packages/container-selinux-2.119.2-1.911c772.el7_8.noarch.rpm
yum install -y http://vault.centos.org/centos/7/extras/x86_64/Packages/container-selinux-2.119.2-1.911c772.el7_8.noarch.rpm
fi
INSTALL_RKE2_METHOD='yum' INSTALL_RKE2_TYPE="${type}" ./install.sh

Expand Down

0 comments on commit 71fa640

Please sign in to comment.