mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "b816b9fc2df9186a0ed2ae7065755ea067571761" and "693367e2782a6f631a311c8e7641ce7ea6d73284" have entirely different histories.
b816b9fc2d
...
693367e278
|
@ -50,9 +50,7 @@ fi
|
|||
msg_info "Installing Zigbee2MQTT"
|
||||
cd /opt/zigbee2mqtt
|
||||
if [[ $DEV == "y" ]]; then
|
||||
$STD git fetch origin dev:dev
|
||||
$STD git checkout dev
|
||||
$STD git pull
|
||||
fi
|
||||
$STD npm ci
|
||||
msg_ok "Installed Zigbee2MQTT"
|
||||
|
|
Loading…
Reference in New Issue