From 6121b985c1cb547c4293357891984b32b538bb8d Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 6 Feb 2023 09:14:14 -0500 Subject: [PATCH] Update shinobi-v5-install.sh --- install/shinobi-v5-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/shinobi-v5-install.sh b/install/shinobi-v5-install.sh index c83579f1..58687086 100644 --- a/install/shinobi-v5-install.sh +++ b/install/shinobi-v5-install.sh @@ -86,7 +86,7 @@ if [ "$ubuntuversion" = "18" ] || [ "$ubuntuversion" -le "18" ]; then fi msg_info "Installing Dependencies" -$STD apt-get install -y curl sudo git mc +$STD apt-get install -y curl sudo git $STD apt-get install -y make zip net-tools $STD apt-get install -y gcc g++ cmake msg_ok "Installed Dependencies"