]> git.corax.cc Git - toolbox/commit
README: Don't use apt-key in installation instructions
authorMatthias Kruk <m@m10k.eu>
Sun, 9 Oct 2022 03:25:01 +0000 (12:25 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 9 Oct 2022 03:25:01 +0000 (12:25 +0900)
commitdab08ca9a1535dd88cdff6edf3b2ef61687bfc0e
tree28e755860300f200c976b8928b7acdff794ba02e
parent3cc872725d66d0881e3f361b9d52944548380abf
README: Don't use apt-key in installation instructions

The installation instructions for Debian-based distros use apt-key
to add the repository's GPG key, however apt-key is deprecated.

This commit changes the instructions to use /etc/apt/trusted.gpg.d
instead of apt-key.
README.md