Skip to content

Commit cdbff30

Browse files
committed
Use epel 7-11 (7-9 is no longer available)
1 parent ce10006 commit cdbff30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-sysdig.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function install_rpm {
2727
if ! yum -q list dkms > /dev/null 2>&1; then
2828
echo "* Installing EPEL repository (for DKMS)"
2929
if [ $VERSION -eq 7 ] && [ $DISTRO = "centos" ]; then
30-
rpm --quiet -i https://mirrors.kernel.org/centos/7/extras/x86_64/Packages/epel-release-7-9.noarch.rpm
30+
rpm --quiet -i https://mirrors.kernel.org/centos/7/extras/x86_64/Packages/epel-release-7-11.noarch.rpm
3131
elif [ $VERSION -eq 7 ]; then
3232
rpm --quiet -i https://mirrors.kernel.org/fedora-epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm
3333
else

0 commit comments

Comments
 (0)