Chirpstack-packet-multiplexer not in packagelist main stable
Hello,
i tried to install the chirpstack-packet-multiplexer on my ubuntu vm, but linux couldn't find it.
The packages list https://artifacts.chirpstack.io/packages/4.x/deb stable main doesn't include chirpstack-packet-multiplexer.
Is there a date when the new version will be in stable?
Same issue here. Following the guide on in the README but gets "unable to locate package chirpstack-packet-multiplexer"
@brocaar same issue - any chance you can look into this?
+1 here ;) - hello there @StevenCellist
workaround:
sudo echo "deb https://artifacts.chirpstack.io/packages/4.x/deb testing main" | sudo tee /etc/apt/sources.list.d/chirpstack.list
sudo apt-get update
sudo apt install chirpstack-packet-multiplexer
revert to stable lists:
sudo echo "deb https://artifacts.chirpstack.io/packages/4.x/deb stable main" | sudo tee /etc/apt/sources.list.d/chirpstack.list
I have pushed the 4.0.0-test.3 to both testing and stable (as there isn't any v4 stable version yet).