X Tutup
Skip to content

Commit 0bbeb57

Browse files
authored
Update install_linux.md
Remove non-existant option: -u
1 parent 458aace commit 0bbeb57

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
@@ -15,7 +15,7 @@ Install:
1515

1616
```bash
1717
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
18-
sudo apt-add-repository -u https://cli.github.com/packages
18+
sudo apt-add-repository https://cli.github.com/packages
1919
sudo apt install gh
2020
```
2121

0 commit comments

Comments
 (0)
X Tutup