We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce10006 commit cdbff30Copy full SHA for cdbff30
scripts/install-sysdig.in
@@ -27,7 +27,7 @@ function install_rpm {
27
if ! yum -q list dkms > /dev/null 2>&1; then
28
echo "* Installing EPEL repository (for DKMS)"
29
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
+ rpm --quiet -i https://mirrors.kernel.org/centos/7/extras/x86_64/Packages/epel-release-7-11.noarch.rpm
31
elif [ $VERSION -eq 7 ]; then
32
rpm --quiet -i https://mirrors.kernel.org/fedora-epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm
33
else
0 commit comments