Reorganize dependencies (#368)
This commit is contained in:
parent
ec41ff48be
commit
c7848eec49
2 changed files with 4 additions and 2 deletions
|
@ -19,6 +19,7 @@ Step 1: Install the following dependencies with this command:
|
|||
```bash
|
||||
apt install \
|
||||
apparmor \
|
||||
bluez \
|
||||
cifs-utils \
|
||||
curl \
|
||||
dbus \
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
Package: homeassistant-supervised
|
||||
Section: base
|
||||
Version: 1.7.0
|
||||
Version: 1.8.0
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: curl, bash, docker-ce, dbus, network-manager, apparmor, jq, systemd, os-agent, systemd-journal-remote, systemd-resolved | systemd (>=247.3-7+deb11), nfs-common, cifs-utils
|
||||
Pre-Depends: curl, bash, docker-ce, dbus, network-manager, apparmor, jq, systemd, os-agent, systemd-journal-remote, systemd-resolved | systemd (>=247.3-7+deb11)
|
||||
Depends: bluez, cifs-utils, nfs-common
|
||||
Maintainer: Matheson Steplock <https://mathesonsteplock.ca/>
|
||||
Homepage: https://www.home-assistant.io/
|
||||
Description: Home Assistant Supervised
|
||||
|
|
Loading…
Reference in a new issue