From 8c7b72e71b9637033e171fd14cb499df56dc864f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sat, 30 Nov 2024 08:48:55 +0100 Subject: [PATCH] Add gpg --- install/the-lounge-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/the-lounge-install.sh b/install/the-lounge-install.sh index 91c48a20..7b2a9381 100644 --- a/install/the-lounge-install.sh +++ b/install/the-lounge-install.sh @@ -16,6 +16,7 @@ update_os msg_info "Installing Dependencies" $STD apt-get install -y \ curl \ + gpg \ wget \ mc msg_ok "Installed Dependencies"