Skip to content

Commit

Permalink
Enable rocky support
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Jan 8, 2025
1 parent 58319b2 commit 457a359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ function _install_deps {
INSTALLER_CMD="sudo -H -E apt-get -y -q=3 install"
CONFIGURE_ARGS+=" with-libvirt-lib=/usr/lib"
;;
rhel | centos | fedora)
rhel | centos | fedora | rocky)
PKG_MANAGER=$(command -v dnf || command -v yum)
INSTALLER_CMD="sudo -H -E ${PKG_MANAGER} -q -y install"
if ! sudo "$PKG_MANAGER" repolist | grep "epel/"; then
Expand Down

0 comments on commit 457a359

Please sign in to comment.