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 }