'apparmor' is needed to be installed.

This commit is contained in:
Christoph 2021-12-12 03:58:48 +01:00
parent 58fe7b956f
commit 5fd09e7e2d

View File

@ -768,6 +768,7 @@ if [[ "${os_dist,,}" = "debian" ]] ; then
INSTALL_COLABORA_SERVICE=true INSTALL_COLABORA_SERVICE=true
dpkg_pkg_colabora_online+=("coolwsd") dpkg_pkg_colabora_online+=("coolwsd")
dpkg_pkg_colabora_online+=("code-brand") dpkg_pkg_colabora_online+=("code-brand")
dpkg_pkg_colabora_online+=("apparmor")
else else
INSTALL_COLABORA_SERVICE=false INSTALL_COLABORA_SERVICE=false
fi fi