From a9027d9f67440e1af05c623ae373820a35e3bc83 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 10 Jul 2024 08:41:10 -0700 Subject: [PATCH] Update misc/build.func --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index b6ba0af..57665da 100644 --- a/misc/build.func +++ b/misc/build.func @@ -569,7 +569,7 @@ build_container() { $PW " # This executes create_lxc.sh and creates the container and .conf file - bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit + bash -c "$(wget -qLO - https://gitlab.peanutsmediaserver.com/aaron/pve-scripts/raw/branch/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf if [ "$CT_TYPE" == "0" ]; then