From b23bb6965b4e1fb6180392c7ed4b96566a9b9fa6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 23 Feb 2022 07:03:18 -0500 Subject: [PATCH] Update adguard.sh --- ct/adguard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/adguard.sh b/ct/adguard.sh index fdf6a9b3..93ea0211 100644 --- a/ct/adguard.sh +++ b/ct/adguard.sh @@ -151,7 +151,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/dev/setup/adguard-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/adguard-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')