mirror of https://github.com/tteck/Proxmox.git
parent
693367e278
commit
c5e9a48aa3
|
@ -50,7 +50,9 @@ fi
|
||||||
msg_info "Installing Zigbee2MQTT"
|
msg_info "Installing Zigbee2MQTT"
|
||||||
cd /opt/zigbee2mqtt
|
cd /opt/zigbee2mqtt
|
||||||
if [[ $DEV == "y" ]]; then
|
if [[ $DEV == "y" ]]; then
|
||||||
|
$STD git fetch origin dev
|
||||||
$STD git checkout dev
|
$STD git checkout dev
|
||||||
|
$STD git pull
|
||||||
fi
|
fi
|
||||||
$STD npm ci
|
$STD npm ci
|
||||||
msg_ok "Installed Zigbee2MQTT"
|
msg_ok "Installed Zigbee2MQTT"
|
||||||
|
|
Loading…
Reference in New Issue