Update shinobi-v5-install.sh

pull/1025/head
tteckster 3 years ago committed by GitHub
parent 895941c076
commit 6121b985c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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"

Loading…
Cancel
Save