From d5e5550703024a6e42b2819ab628c8056ef8aea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20S=C3=BCtterlin?= Date: Mon, 19 Dec 2022 03:29:09 +0100 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2eef5d5..98c9692 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ udisks2 \ libglib2.0-bin \ network-manager \ dbus \ +lsb-release \ systemd-journal-remote -y ```