Skip to content
New issue

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

Deprecate apt-key in distribution_linux.md to align with Debian policy #11644

Closed
wants to merge 9 commits into from

Conversation

timor-raiman
Copy link
Contributor

Update apt repository configuration procedure and documentation to follow https://wiki.debian.org/DebianRepository/UseThirdParty.

- Register the server's public key:
```
sudo mkdir -p /etc/apt/keyrings
curl -sSf https://librealsense.intel.com/Debian/librealsense.pgp | sudo tee /etc/apt/keyrings/librealsense.pgp > /dev/null
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a special note when the user is under proxy? what should be the changes in the command?

@Nir-Az Nir-Az changed the base branch from master to development April 2, 2023 09:51
@Nir-Az
Copy link
Collaborator

Nir-Az commented Apr 2, 2023

Replaced by: #11646 11646

@Nir-Az Nir-Az closed this Apr 2, 2023
@Nir-Az Nir-Az deleted the update_debian_install_doc branch February 15, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants