doc/INSTALLING.md: Replace keys.gnupg.net with keyserver.ubuntu.com

The old key servers are no longer available.
This commit is contained in:
Heikki Hannikainen 2021-09-02 00:59:37 +03:00
parent 5e133a66a8
commit 31c653cf7c
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ Next, add the gpg key used to sign the packages by running the following
commands at your command prompt. This will enable strong authentication of
the aprsc packages - apt-get will cryptographically validate them.
gpg --keyserver keys.gnupg.net --recv C51AA22389B5B74C3896EF3CA72A581E657A2B8D
gpg --keyserver keyserver.ubuntu.com --recv C51AA22389B5B74C3896EF3CA72A581E657A2B8D
gpg --export C51AA22389B5B74C3896EF3CA72A581E657A2B8D | sudo apt-key add -
Next, download the package indexes: