From 7621c063f4b17fa342e1e7a35b613d173de8a872 Mon Sep 17 00:00:00 2001 From: Duncan Hill Date: Mon, 6 Jan 2025 21:58:58 +0000 Subject: [PATCH] Redo: Change from wget to curl when fetching create_lxc.sh (#1250) --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index d83c99e8..1ebc0cc2 100644 --- a/misc/build.func +++ b/misc/build.func @@ -820,7 +820,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 "$(curl -sL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf if [ "$CT_TYPE" == "0" ]; then