docs: consistently use apt in installation instructions
Don't mix apt and apt-get, consistently use apt.
This commit is contained in:
parent
5450b7f0ba
commit
fbb749613a
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