Replies: 1 comment 5 replies
-
systemctl stop zigbee2mqtt
cd /opt
rm -rf zigbee2mqtt
RELEASE=2.2.0
curl -fsSL "https://github.com/Koenkk/zigbee2mqtt/archive/refs/tags/${RELEASE}.zip" -o $(basename "https://github.com/Koenkk/zigbee2mqtt/archive/refs/tags/${RELEASE}.zip")
unzip -q ${RELEASE}.zip
mv zigbee2mqtt-${RELEASE} /opt/zigbee2mqtt
cd /opt/zigbee2mqtt/data
mv configuration.example.yaml configuration.yaml
cd /opt/zigbee2mqtt
pnpm install --no-frozen-lockfile
pnpm build
systemctl start zigbee2mqtt Run in existing zigee2mqtt LXC. Change RELEASE to match version you wanna install. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I made a zigbee2mqtt LXC on my Proxmox but I need to try to change of version, lower than 2.2.1 and idealy of branch.
Koenkk/zigbee2mqtt#27041
Is there an easy way to do so? I was thinking to use a different curl but no idea how to change it.
Tx
Antoine
Beta Was this translation helpful? Give feedback.
All reactions