We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c9e83 commit d0c27f4Copy full SHA for d0c27f4
1 file changed
package/after_install.sh
@@ -6,7 +6,7 @@ else
6
if [ -f /etc/debian_version ]; then
7
echo "Warning: setcap not found. Install it with: sudo apt install libcap2-bin"
8
elif [ -f /etc/redhat-release ]; then
9
- echo "Warning: setcap not found. Install it with: sudo yum install libcap"
+ echo "Warning: setcap not found. Install it with: sudo dnf install libcap"
10
else
11
echo "Warning: setcap not found. Install the appropriate libcap package for your system."
12
fi
0 commit comments