mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
feat: add cassandra lxc
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user