From 7c1a42e8d8c0ffc257379f1ac3e9df783eadc24e Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 24 Feb 2023 19:47:57 -0500 Subject: [PATCH] Update jackett-v5.sh --- ct/jackett-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/jackett-v5.sh b/ct/jackett-v5.sh index f75ed503..9ee88af0 100644 --- a/ct/jackett-v5.sh +++ b/ct/jackett-v5.sh @@ -381,7 +381,7 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/c 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/pull-requests/install/$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 | awk '/inet / {print $2}' | cut -d/ -f1) pct set $CTID -description "# ${APP} LXC ### https://tteck.github.io/Proxmox/