mirror of https://github.com/tteck/Proxmox.git
feat: add cassandra lxc
This commit is contained in:
parent
25cd94a4c8
commit
2da8bfd922
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue