From e67203ffa0071e07b3728f5d70b3e44f5483cec8 Mon Sep 17 00:00:00 2001 From: Marc Hoppe Date: Mon, 15 Sep 2025 14:53:29 +0200 Subject: [PATCH] mhop... --- misc/build.func | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index dd7d87f4f..f0a675ad7 100644 --- a/misc/build.func +++ b/misc/build.func @@ -1342,7 +1342,8 @@ EOF' fi msg_ok "Customized LXC Container" - lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" + #lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" + lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/mhop/ProxmoxVE/refs/head/mhop/install/${var_install}.sh)" } # This function sets the description of the container.