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. ```
This commit is contained in:
parent
ab687fddef
commit
8d5fc8d9c5
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue