update build.func and install.sh to work with remote branch

This commit is contained in:
chmistry 2024-08-27 22:04:09 +02:00
parent b5090bf982
commit 9c036b0fbb
2 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/tteck/Proxmox/main/install/$var_install.sh)" || exit
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/chmistry/proxmox-immich/main/install/$var_install.sh)" || exit
}