Skip to content

Commit 921a299

Browse files
author
Nate Smith
authored
Update install_linux.md
1 parent d336fab commit 921a299

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/install_linux.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ 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`.
26+
2527
**Note**: most systems will have `apt-add-repository` already. If you get a _command not found_
2628
error, try running `sudo apt install software-properties-common` and trying these steps again.
2729

30+
2831
Upgrade:
2932

3033
```bash

0 commit comments

Comments
 (0)