From 8d5fc8d9c5821b8e91f976fb1a2d6682e2da62ab Mon Sep 17 00:00:00 2001 From: Kanga-Who Date: Thu, 28 Oct 2021 10:59:49 +1000 Subject: [PATCH] Add apparmor-utils to dependencies Stock Debian 11 generic PC install requires `apparmor-utils` ``` Unpacking homeassistant-supervised (1.0.1) ... dpkg: dependency problems prevent configuration of homeassistant-supervised: homeassistant-supervised depends on apparmor; however: Package apparmor is not installed. ``` --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75f1736..fe18020 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ avahi-daemon \ udisks2 \ libglib2.0-bin \ network-manager \ -dbus -y +dbus \ +avahi-daemon -y ``` Step 2: Install Docker-CE with the following command: