Point build.func to correct repo

This commit is contained in:
vhsdream 2024-11-27 17:24:56 -05:00
parent 54cee34b2a
commit 772fd563fb
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ cat <<"EOF"
EOF
}
header_info
echo -e "Loading..."
APP="Hoarder"
TAGS="bookmark;links"

View File

@ -666,7 +666,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/community-scripts/ProxmoxVE/main/install/$var_install.sh)" || exit
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/vhsdream/ProxmoxVE/hoarder/install/$var_install.sh)" || exit
}