From 77ac5bd28751c10051351aa6d89fc9d306b58ef6 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Mon, 9 Dec 2024 16:30:42 -0500 Subject: [PATCH] I'm sure this will be the last time --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index d10b65c3..4927862c 100644 --- a/misc/build.func +++ b/misc/build.func @@ -602,7 +602,7 @@ build_container() { $PW " # This executes create_lxc.sh and creates the container and .conf file - bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/create_lxc.sh)" || exit + bash -c "$(wget -qLO - https://git.thewrightserver.net/josh/ProxmoxVE/raw/branch/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf if [ "$CT_TYPE" == "0" ]; then