Skip to content

Commit e2cca5d

Browse files
committed
adding hkp:// and :80 does the trick
1 parent 921a299 commit e2cca5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install_linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sudo apt update
2222
sudo apt install gh
2323
```
2424

25-
**Note**: If you are behind a firewall, the connection to `keyserver.ubuntu.com` might fail. In that case, try running `sudo apt-key adv --keyserver keyserver.ubuntu.com:80 --recv-key C99B11DEB97541F0`.
25+
**Note**: If you are behind a firewall, the connection to `keyserver.ubuntu.com` might fail. In that case, try running `sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key C99B11DEB97541F0`.
2626

2727
**Note**: most systems will have `apt-add-repository` already. If you get a _command not found_
2828
error, try running `sudo apt install software-properties-common` and trying these steps again.

0 commit comments

Comments
 (0)