Redo: Change from wget to curl when fetching create_lxc.sh

This commit is contained in:
Duncan Hill 2025-01-06 20:41:13 +00:00
parent d3d6ec8b20
commit d661b27ee3
No known key found for this signature in database

View File

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