Update install

Install apparmor-utils
This commit is contained in:
av_va 2023-05-08 01:36:19 +08:00 committed by GitHub
parent 58293fab66
commit c4b7c09394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,6 +153,9 @@ apt-get --allow-releaseinfo-change update
echo "Installing lsb_release..." echo "Installing lsb_release..."
apt-get --yes --no-install-recommends --reinstall install lsb-release apt-get --yes --no-install-recommends --reinstall install lsb-release
echo "Installing apparmor-utils..."
apt-get --yes --no-install-recommends install apparmor apparmor-utils
arch="$(dpkg --print-architecture)" arch="$(dpkg --print-architecture)"
# exit if not supported architecture # exit if not supported architecture