feat: add cassandra lxc

This commit is contained in:
Madhur 2024-01-16 22:29:57 +05:30
parent 25cd94a4c8
commit 2da8bfd922
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ EOF
sleep 2
pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
fi
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/madhur/Proxmox/cassandra/install/$var_install.sh)" || exit
}