Point installer at jtr/ Forgejo owner; rename stack repo to proxmox-helpers

This commit is contained in:
jtricerolph 2026-07-01 12:16:35 +00:00
parent fe16a07dd7
commit 912776ab0b
3 changed files with 14 additions and 14 deletions

View file

@ -61,7 +61,7 @@ if whiptail --title "Add App LXC" --yesno \
USE_FORGEJO=true
FORGEJO_REPO=$(whiptail --title "Add App LXC" \
--inputbox "Full Forgejo repo URL (.git):" 8 70 \
"${FORGEJO_BASE:-https://git.pterois.co.uk/proxmox-helpers}/${APP_NAME}.git" \
"${FORGEJO_BASE:-https://git.pterois.co.uk/jtr}/${APP_NAME}.git" \
3>&1 1>&2 2>&3) || exit 0
else
USE_FORGEJO=false