From e0bc337772909bac43b7959fc8012c603abd3713 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 23 Feb 2022 07:06:04 -0500 Subject: [PATCH] Update zigbee2mqtt.sh --- ct/zigbee2mqtt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/zigbee2mqtt.sh b/ct/zigbee2mqtt.sh index c35dcae7..5084c5e5 100644 --- a/ct/zigbee2mqtt.sh +++ b/ct/zigbee2mqtt.sh @@ -161,7 +161,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/zigbee2mqtt-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/zigbee2mqtt-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')