test new logic

This commit is contained in:
Daniel Kukula
2025-08-17 07:50:40 +02:00
parent 95030997c5
commit aa25f6d3e3
4 changed files with 40 additions and 29 deletions

View File

@@ -1438,7 +1438,7 @@ EOF'
fi
msg_ok "Customized LXC Container"
lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/install/${var_install}.sh)"
lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/dkuku/ProxmoxVED/refs/heads/livebook/install/${var_install}.sh)"
}
destroy_lxc() {