From f72a12721cf3c8ed11fd8fd22292c1cf186f1687 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 21 Mar 2023 13:49:49 -0400 Subject: [PATCH] -qLO --- misc/alpine.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/alpine.func b/misc/alpine.func index 31f1a2a2..6e0d5d66 100644 --- a/misc/alpine.func +++ b/misc/alpine.func @@ -386,7 +386,7 @@ fi msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" - lxc-attach -n $CTID -- bash -c "$(wget -qO - https://raw.githubusercontent.com/tteck/Proxmox/next/install/$var_install.sh)" || exit + lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/next/install/$var_install.sh)" || exit }