more debugging statements, note: redirected both repo and branch

This commit is contained in:
Rogue-King 2024-07-25 11:35:21 -07:00
parent c1b130b5c5
commit fddf4e0aa8
3 changed files with 3 additions and 3 deletions

View file

@ -633,7 +633,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/Rogue-King/Proxmox/main/install/$var_install.sh)" || exit
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/Rogue-King/Proxmox/gitea/install/$var_install.sh)" || exit
}