feat: add cassandra lxc

This commit is contained in:
Madhur Ahuja 2024-01-18 21:32:42 +05:30
parent e366aa5259
commit 71da1d7343
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ 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 apt-transport-https
$STD apt-get install -y gnupg
msg_ok "Installed Dependencies"
msg_info "Installing OpenJDK"