From 772fd563fbf66324f507debc994e2ed438db057e Mon Sep 17 00:00:00 2001 From: vhsdream Date: Wed, 27 Nov 2024 17:24:56 -0500 Subject: [PATCH] Point build.func to correct repo --- ct/hoarder.sh | 1 - misc/build.func | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/hoarder.sh b/ct/hoarder.sh index ce4596d2..b1238d7f 100644 --- a/ct/hoarder.sh +++ b/ct/hoarder.sh @@ -17,7 +17,6 @@ cat <<"EOF" EOF } header_info - echo -e "Loading..." APP="Hoarder" TAGS="bookmark;links" diff --git a/misc/build.func b/misc/build.func index aee3366a..de8be0f3 100644 --- a/misc/build.func +++ b/misc/build.func @@ -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 }