Update install_linux.md

Remove non-existant option: -u
This commit is contained in:
Daniel Bruns 2020-09-17 10:40:38 -05:00 committed by GitHub
parent 458aace100
commit 0bbeb57acf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ Install:
```bash
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
sudo apt-add-repository -u https://cli.github.com/packages
sudo apt-add-repository https://cli.github.com/packages
sudo apt install gh
```