Merge pull request #11216 from tklauser/docs-install-linux-apt
docs: consistently use `apt` in installation instructions
This commit is contained in:
commit
f5134c48c0
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ our release schedule.
|
|||
Install:
|
||||
|
||||
```bash
|
||||
(type -p wget >/dev/null || (sudo apt update && sudo apt-get install wget -y)) \
|
||||
(type -p wget >/dev/null || (sudo apt update && sudo apt install wget -y)) \
|
||||
&& sudo mkdir -p -m 755 /etc/apt/keyrings \
|
||||
&& out=$(mktemp) && wget -nv -O$out https://cli.github.com/packages/githubcli-archive-keyring.gpg \
|
||||
&& cat $out | sudo tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue