mrmaximas

Results 135 comments of mrmaximas

@Koenkk what to do with this messages? Please help. My system is Mac OS latest on M2 CPU ``` sudo /Users/m/zigbee2mqtt/update.sh Skipped stopping Zigbee2MQTT, no systemctl found Updating... remote: Enumerating...

it works, but after a few updates it happens again. I ran this command today and let you know if an error occurs after the next updates. I update almost...

Next update with the same error ``` sudo /Users/m/zigbee2mqtt/update.sh Skipped stopping Zigbee2MQTT, no systemctl found Updating... remote: Enumerating objects: 12, done. remote: Counting objects: 100% (12/12), done. remote: Compressing objects:...

It might make sense to add a line `git checkout package.json ` to the update.sh ? Is it possible to add an update.sh variant for non-linux systems, like macos?

nothing's happening, but I did the last update yesterday. ``` zigbee2mqtt % git diff package.json zigbee2mqtt % ``` ran the update. warning about packageManager is ok? ``` sudo /Users/m/zigbee2mqtt/update.sh Skipped...

@Koenkk not work w/o git checkout package.json ``` git diff package.json diff --git a/package.json b/package.json index 182e0815..980de032 100644 --- a/package.json +++ b/package.json @@ -98,5 +98,6 @@ }, "optionalDependencies": { "sd-notify":...

@Koenkk for now diff --git a/package.json b/package.json index d599e274..9067413b 100644 --- a/package.json +++ b/package.json @@ -98,5 +98,6 @@ }, "optionalDependencies": { "sd-notify": "^2.8.0" - } + }, + "packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"...

> pnpm install --frozen-lockfile ``` m@Homebridge zigbee2mqtt % sudo launchctl bootout system/zigbee2mqtt Password: m@Homebridge zigbee2mqtt % git pull Already up to date. m@Homebridge zigbee2mqtt % pnpm install --frozen-lockfile ✔ The...

@Koenkk today's log ``` zigbee2mqtt/update.sh Skipped stopping Zigbee2MQTT, no systemctl found Updating... remote: Enumerating objects: 17, done. remote: Counting objects: 100% (11/11), done. remote: Compressing objects: 100% (3/3), done. remote:...

@Koenkk I updated a few hours ago. git status now looks: ``` git status On branch dev Your branch is up to date with 'origin/dev'. Changes not staged for commit:...