Update cassandra-install.sh

This commit is contained in:
tteckster 2024-01-20 08:52:42 -05:00 committed by GitHub
parent 8f53044d24
commit 9675c2259a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ msg_info "Installing Cassandra"
wget -qO- https://downloads.apache.org/cassandra/KEYS | gpg --dearmor >/etc/apt/trusted.gpg.d/cassandra.gpg
echo "deb https://debian.cassandra.apache.org 41x main" >/etc/apt/sources.list.d/cassandra.sources.list
$STD apt-get update
$STD apt-get cassandra cassandra-tools
$STD apt-get install cassandra cassandra-tools
msg_ok "Installed Cassandra"
msg_info "Creating Service"