Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e930122

Browse files
author
Nate Smith
authored
Merge pull request cli#1834 from nejat-njonjo/ubuntu-installation
Installation Guide on Linux
2 parents 921a299 + e2cca5d commit e930122

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)