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
|
```bash
|
||||||
apt install \
|
apt install \
|
||||||
apparmor \
|
apparmor \
|
||||||
|
bluez \
|
||||||
cifs-utils \
|
cifs-utils \
|
||||||
curl \
|
curl \
|
||||||
dbus \
|
dbus \
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
Package: homeassistant-supervised
|
Package: homeassistant-supervised
|
||||||
Section: base
|
Section: base
|
||||||
Version: 1.7.0
|
Version: 1.8.0
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: all
|
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/>
|
Maintainer: Matheson Steplock <https://mathesonsteplock.ca/>
|
||||||
Homepage: https://www.home-assistant.io/
|
Homepage: https://www.home-assistant.io/
|
||||||
Description: Home Assistant Supervised
|
Description: Home Assistant Supervised
|
||||||
|
|
Loading…
Reference in a new issue