run as livebook user

This commit is contained in:
Daniel Kukula
2025-08-17 10:52:58 +02:00
parent d1c5ac135f
commit dd3fccdc76
4 changed files with 24 additions and 18 deletions

View File

@@ -1438,7 +1438,8 @@ 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() {