From 5b6281f95a61f4a9d3ac9fdaf03d303083ae96c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Wed, 1 Jan 2025 14:03:23 +0100 Subject: [PATCH] Debug. --- misc/build.func | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/misc/build.func b/misc/build.func index d30fe1bd..0d84e2eb 100644 --- a/misc/build.func +++ b/misc/build.func @@ -802,8 +802,6 @@ EOF fi # This starts the container and executes -install.sh - echo -e "${CREATING}${GN}${NSAPP}${CL}" - echo -e "${CREATING}${GN}${var_install}${CL}" msg_info "Starting LXC Container" pct start "$CTID" msg_ok "Started LXC Container" @@ -815,7 +813,7 @@ http://dl-cdn.alpinelinux.org/alpine/latest-stable/community EOF' pct exec "$CTID" -- ash -c "apk add bash >/dev/null" fi - lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/$var_install.sh)" || exit + lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/TheRealVira/ProxmoxVE/refs/heads/5etools/install/$var_install.sh)" || exit }