Compare commits

..

No commits in common. "b816b9fc2df9186a0ed2ae7065755ea067571761" and "693367e2782a6f631a311c8e7641ce7ea6d73284" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -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"