Add lsb-release dependency

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-13 16:59:46 +01:00 committed by GitHub
parent 730bf01008
commit 0a146c1300
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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