Skip to content

Commit 7f4c116

Browse files
authored
Update zigbee2mqtt-install.sh
1 parent ba842a1 commit 7f4c116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/zigbee2mqtt-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ mv zigbee2mqtt-${RELEASE} /opt/zigbee2mqtt
5050
cd /opt/zigbee2mqtt/data
5151
mv configuration.example.yaml configuration.yaml
5252
cd /opt/zigbee2mqtt
53-
$STD pnpm install --frozen-lockfile
53+
$STD pnpm install --no-frozen-lockfile
5454
$STD pnpm build
5555
msg_ok "Installed Zigbee2MQTT"
5656

0 commit comments

Comments
 (0)