Skip to content
Discussion options

You must be logged in to vote

Seemed to be easier than changing the complete repositories and be on edge than a stable release:

  1. apk list --installed | grep zigbee2mqtt Look first what version is installed
  2. echo "@community-edge https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories Add the edge-community repository with a tag to the repositories-file.
  3. apk add zigbee2mqtt@community-edge Install only zigbee2mqtt apk from the edge branch
  4. apk list --installed | grep zigbee2mqtt Look again if the new version is installed
  5. I reboot the container

Probably the best way to get the actual (maybe instable) version of zigbee2mqtt without waiting 6 month.

Thanks to the answers of this thread:
https://stacko…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@tremor021
Comment options

@simical
Comment options

@tremor021
Comment options

@simical
Comment options

Comment options

You must be logged in to vote
1 reply
@Ruud-cb
Comment options

Answer selected by Ruud-cb
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants