Update install.sh

This commit is contained in:
Stefan Pejcic
2025-02-10 18:50:21 +01:00
committed by GitHub
parent 0dd895a710
commit af10578b33

View File

@@ -1585,7 +1585,8 @@ Components: main
Signed-By: /etc/apt/keyrings/deb-pascalroeleven.gpg
EOF
elif [ "$OS" == "almalinux" ]; then
elif [[ "$OS" == "almalinux" || "$OS" == "rocky" || "$OS" == "centos" ]]; then
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm &> /dev/null