This commit is contained in:
2025-09-15 14:53:29 +02:00
parent 59a92477c4
commit e67203ffa0

View File

@@ -1342,7 +1342,8 @@ EOF'
fi fi
msg_ok "Customized LXC Container" 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. # This function sets the description of the container.