From ab48d60861e95b32c554af59b4deef80fa2c33d8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 23 Apr 2023 18:13:25 -0400 Subject: [PATCH] Update build.func fix branch --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index a464738b..8eeeac53 100644 --- a/misc/build.func +++ b/misc/build.func @@ -497,7 +497,7 @@ EOF sleep 2 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/dev/install/$var_install.sh)" || exit + lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit }