From d99e0907e5b087c07a40e3a56e45dc8039eb6ccc Mon Sep 17 00:00:00 2001 From: MountyMapleSyrup <159492850+MountyMapleSyrup@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:28:41 -0400 Subject: [PATCH] Update build.func to forward to this github user instead of the real one This should never be included in any Pull Requests --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index bac97de5..e2359cfe 100644 --- a/misc/build.func +++ b/misc/build.func @@ -595,7 +595,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/MountyMapleSyrup/Proxmox/main/install/$var_install.sh)" || exit }