From 22c03c89d310f2dc3417c91e9fd47da85a6b9af5 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 30 May 2024 21:09:11 -0400 Subject: [PATCH] Update dashy-install.sh add gpg --- install/dashy-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/dashy-install.sh b/install/dashy-install.sh index aa85ef4b..992161ff 100644 --- a/install/dashy-install.sh +++ b/install/dashy-install.sh @@ -17,6 +17,7 @@ msg_info "Installing Dependencies" $STD apt-get install -y curl $STD apt-get install -y sudo $STD apt-get install -y mc +$STD apt-get install -y gpg msg_ok "Installed Dependencies" msg_info "Setting up Node.js Repository"