Skip to content

Commit f80bc3c

Browse files
authored
Zigbee2Mqtt Use fixed pnpm Version 10.4.1 (#2805)
1 parent 7c5efad commit f80bc3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ct/zigbee2mqtt.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ function update_script() {
3333
systemctl stop zigbee2mqtt
3434
msg_ok "Stopped Service"
3535

36+
msg_info "Updating pnpm"
37+
$STD npm install -g [email protected]
38+
msg_ok "Updated pnpm"
39+
3640
msg_info "Creating Backup"
3741
rm -rf /opt/${APP}_backup*.tar.gz
3842
mkdir -p /opt/z2m_backup

0 commit comments

Comments
 (0)