I'm sure this will be the last time

This commit is contained in:
Josh Wright 2024-12-09 16:30:42 -05:00
parent 71742526e5
commit 77ac5bd287

View File

@ -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