feat: add cassandra lxc

pull/2367/head
Madhur Ahuja 2 years ago
parent 7489123129
commit 66099b51e3
  1. 3
      install/cassandra-install.sh

@ -14,6 +14,9 @@ network_check
update_os update_os
msg_info "Installing Dependencies" 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 openjdk-8-jdk $STD apt-get install -y openjdk-8-jdk
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"

Loading…
Cancel
Save