Reorganize dependencies (#368)

This commit is contained in:
Matheson Steplock 2024-05-23 04:43:43 -04:00 committed by GitHub
parent ec41ff48be
commit c7848eec49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -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 \

View file

@ -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