From 85ef3837dbb222a440c07060cb8b382e0652a3af Mon Sep 17 00:00:00 2001 From: DragoQC Date: Fri, 28 Nov 2025 15:55:36 -0500 Subject: [PATCH] Removed the get cause not needed --- install/discopanel-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/discopanel-install.sh b/install/discopanel-install.sh index ec53c66c0..a9236ad24 100644 --- a/install/discopanel-install.sh +++ b/install/discopanel-install.sh @@ -19,7 +19,7 @@ get_latest_release() { } msg_info "Installing Dependencies" -$STD apt-get install -y \ +$STD apt install -y \ npm \ golang msg_ok "Installed Dependencies"