Browse Source

Update zigbee2mqtt.sh

tteckster 3 years ago
parent
commit
e0bc337772
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ct/zigbee2mqtt.sh

+ 1 - 1
ct/zigbee2mqtt.sh

@@ -161,7 +161,7 @@ echo -e "${CM}${CL} \r"
 
 
 alias lxc-cmd="lxc-attach -n $CTID --"
 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}')
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')