We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All of the Debian related installations are still using the deprecated apt-key utility
apt-key
Instructions should be along the lines of:
sudo gpg --no-default-keyring --keyring /etc/apt/keyrings/chirpstack-archive-keyring.gpg --keyserver keyserver.ubuntu.com --recv-keys 1CE2AFD36DBCCA00 echo "deb [signed-by=/etc/apt/keyrings/chirpstack-archive-keyring.gpg] https://artifacts.chirpstack.io/packages/4.x/deb stable main" | sudo tee /etc/apt/sources.list.d/chirpstack_4.list sudo apt update
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All of the Debian related installations are still using the deprecated
apt-key
utilityInstructions should be along the lines of:
The text was updated successfully, but these errors were encountered: