Update contents.lr
apt-key add -
is deprecated and returns the following warning
Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
This is the new method
apt-key add -
is deprecated and returns the following warning
Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
This is the new method