mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
lxc-forgejo: Replace tteck/*-install.sh with barremian/*-install.sh for testing
This commit is contained in:
parent
258e7535e6
commit
099815350e
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ http://dl-cdn.alpinelinux.org/alpine/v3.19/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/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
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue