Skip to content

Commit 8fa0aed

Browse files
author
Martin Dehnel
committed
change keyserver from keyserver.ubuntu.com (defaulting to port 11371) to hkp://keyserver.ubuntu.com:80 as this is less likely to be blocked by a firewall
1 parent df9bc52 commit 8fa0aed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/install_and_upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ problems, see the linked FAQ entries:
9696

9797
1. Get the FP Complete key:
9898

99-
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442
99+
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 575159689BEFB442
100100

101101
2. Add the appropriate source repository (if not sure, run ``lsb_release -a`` to find out your Ubuntu version):
102102

@@ -130,7 +130,7 @@ problems, see the linked FAQ entries:
130130

131131
1. Get the FP Complete key:
132132

133-
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442
133+
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 575159689BEFB442
134134

135135
2. Add the appropriate source repository:
136136

0 commit comments

Comments
 (0)