pull/1206/head
tteckster 2 years ago committed by GitHub
parent 3a2859feca
commit f72a12721c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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
}

Loading…
Cancel
Save