From 4ec7e7e1b2f32c0bf04e2f3dc0aac86cd2204390 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 28 Jun 2024 09:33:27 +1000 Subject: [PATCH] [Scrutiny] add lsb-release to dependencies --- install/scrutiny-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/scrutiny-install.sh b/install/scrutiny-install.sh index 87d46fa6a..0613d8411 100644 --- a/install/scrutiny-install.sh +++ b/install/scrutiny-install.sh @@ -25,6 +25,7 @@ $STD apt-get install -y \ wget \ openssh-server \ lsb-base \ + lsb-release \ gnupg2 msg_ok "Installed Dependencies"