Skip to content

Commit c7848ee

Browse files
authored
Reorganize dependencies (#368)
1 parent ec41ff4 commit c7848ee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Step 1: Install the following dependencies with this command:
1919
```bash
2020
apt install \
2121
apparmor \
22+
bluez \
2223
cifs-utils \
2324
curl \
2425
dbus \

homeassistant-supervised/DEBIAN/control

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Package: homeassistant-supervised
22
Section: base
3-
Version: 1.7.0
3+
Version: 1.8.0
44
Priority: optional
55
Architecture: all
6-
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
6+
Pre-Depends: curl, bash, docker-ce, dbus, network-manager, apparmor, jq, systemd, os-agent, systemd-journal-remote, systemd-resolved | systemd (>=247.3-7+deb11)
7+
Depends: bluez, cifs-utils, nfs-common
78
Maintainer: Matheson Steplock <https://mathesonsteplock.ca/>
89
Homepage: https://www.home-assistant.io/
910
Description: Home Assistant Supervised

0 commit comments

Comments
 (0)