lxc-forgejo: Replace tteck/*-install.sh with barremian/*-install.sh for testing

This commit is contained in:
barremian 2024-05-28 21:09:41 +02:00
parent 258e7535e6
commit 099815350e
No known key found for this signature in database
GPG key ID: 96E431287CDD3E4A

View file

@ -628,7 +628,7 @@ http://dl-cdn.alpinelinux.org/alpine/v3.19/community
EOF' EOF'
pct exec "$CTID" -- ash -c "apk add bash >/dev/null" pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
fi fi
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/barremian/Proxmox/feature/lxc-forgejo/install/$var_install.sh)" || exit
} }