Update zigbee2mqtt-install.sh

This commit is contained in:
CanbiZ
2025-02-26 20:08:01 +01:00
committed by GitHub
parent ba842a1e49
commit 7f4c116b2c

View File

@ -50,7 +50,7 @@ mv zigbee2mqtt-${RELEASE} /opt/zigbee2mqtt
cd /opt/zigbee2mqtt/data
mv configuration.example.yaml configuration.yaml
cd /opt/zigbee2mqtt
$STD pnpm install --frozen-lockfile
$STD pnpm install --no-frozen-lockfile
$STD pnpm build
msg_ok "Installed Zigbee2MQTT"