mirror of https://github.com/tteck/Proxmox.git
Update docker-v5.sh
This commit is contained in:
parent
2c630cc94e
commit
fe9d280619
|
@ -387,6 +387,6 @@ fi
|
|||
msg_info "Starting LXC Container"
|
||||
pct start $CTID
|
||||
msg_ok "Started LXC Container"
|
||||
lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit
|
||||
lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/dev/install/$var_install.sh)" || exit
|
||||
description
|
||||
msg_ok "Completed Successfully!\n"
|
Loading…
Reference in New Issue