diff --git a/hack/install.sh b/hack/install.sh index 711a38d2a30076487296afcbfae9ef28b25e9a3d..70621a5e192d24224dacd7d17633c17b9cfacc3a 100644 --- a/hack/install.sh +++ b/hack/install.sh @@ -421,7 +421,7 @@ do_install() { if command -v apparmor_parser >/dev/null 2>&1; then echo 'apparmor is enabled in the kernel and apparmor utils were already installed' else - echo 'apparmor is enabled in the kernel, but apparmor_parser missing' + echo 'apparmor is enabled in the kernel, but apparmor_parser is missing. Trying to install it..' apt_get_update ( set -x; $sh_c 'sleep 3; apt-get install -y -q apparmor' ) fi