From fe9d2806190dc17c1f1ece8be66bb4e28ab0b43f Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 20 Mar 2023 22:39:29 -0400 Subject: [PATCH] Update docker-v5.sh --- ct/docker-v5.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/docker-v5.sh b/ct/docker-v5.sh index cc559e4e..1abd68a3 100644 --- a/ct/docker-v5.sh +++ b/ct/docker-v5.sh @@ -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" \ No newline at end of file +msg_ok "Completed Successfully!\n"