From bedfb91fdc429a2eac9eae9f1cbb5cde9b548530 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 31 Dec 2022 11:11:48 -0500 Subject: [PATCH] Update docker-v5.sh --- ct/docker-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/docker-v5.sh b/ct/docker-v5.sh index 363e6a7b..04c639dc 100644 --- a/ct/docker-v5.sh +++ b/ct/docker-v5.sh @@ -374,7 +374,7 @@ 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/v5/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC ### https://tteck.github.io/Proxmox/