Skip to content

Commit d0c27f4

Browse files
committed
dnf over yum, I think the yum alias was removed in RH 9.5
1 parent e7c9e83 commit d0c27f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/after_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ else
66
if [ -f /etc/debian_version ]; then
77
echo "Warning: setcap not found. Install it with: sudo apt install libcap2-bin"
88
elif [ -f /etc/redhat-release ]; then
9-
echo "Warning: setcap not found. Install it with: sudo yum install libcap"
9+
echo "Warning: setcap not found. Install it with: sudo dnf install libcap"
1010
else
1111
echo "Warning: setcap not found. Install the appropriate libcap package for your system."
1212
fi

0 commit comments

Comments
 (0)