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:
Paul Sütterlin 2022-12-19 03:29:09 +01:00 committed by GitHub
parent 730bf01008
commit d5e5550703
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ udisks2 \
libglib2.0-bin \
network-manager \
dbus \
lsb-release \
systemd-journal-remote -y
```