roddhjav / pass-import

A pass extension for importing data from most existing password managers
https://www.passwordstore.org/
GNU General Public License v3.0
809 stars 89 forks source link

gpg-key deprecated #176

Closed santigz closed 2 years ago

santigz commented 2 years ago

README.md indicates the use of gpg-key to install the project through APT and that makes apt-get show a deprecation warning at every update. Please consider changing instructions it to something like this:

wget -qO - https://pkg.pujol.io/debian/gpgkey | gpg --dearmor | sudo tee /usr/share/keyrings/pujol.io.gpg >/dev/null
echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/pujol.io.gpg] https://pkg.pujol.io/debian/repo all main' | sudo tee /etc/apt/sources.list.d/pkg.pujol.io.list
roddhjav commented 2 years ago

Thank for the tip. I will update the doc.