Add lsb-release dependency (#264)
Not all Debian Installations come with lsb-release, therefore installation may fail in select cases. Adding the dependency to the list resolves possible complications.
This commit is contained in:
parent
730bf01008
commit
d5e5550703
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ udisks2 \
|
||||||
libglib2.0-bin \
|
libglib2.0-bin \
|
||||||
network-manager \
|
network-manager \
|
||||||
dbus \
|
dbus \
|
||||||
|
lsb-release \
|
||||||
systemd-journal-remote -y
|
systemd-journal-remote -y
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue