From ddc8c69e952e531fe55de628d671484b752c626f Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 23 Mar 2023 04:41:35 -0400 Subject: [PATCH] Update build.func fix --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index b5516b47..75bb5243 100644 --- a/misc/build.func +++ b/misc/build.func @@ -421,7 +421,7 @@ EOF msg_info "Starting LXC Container" pct start "$CTID" msg_ok "Started LXC Container" - 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 }