removed extra dependencies

This commit is contained in:
DragoQC 2025-11-28 15:55:09 -05:00
parent 60f5734366
commit 2108dc6328

View File

@ -20,9 +20,6 @@ get_latest_release() {
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y \ $STD apt-get install -y \
ca-certificates \
git \
curl \
npm \ npm \
golang golang
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"