mirror of
https://github.com/eza-community/eza.git
synced 2025-12-23 05:36:50 +00:00
docs: fix gpg armor flag for deb release in readme
This commit is contained in:
parent
b2de25189f
commit
ff1ecb148d
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ key is in this repo under [deb.asc](/deb.asc).
|
|||
|
||||
To install eza from this repo use:
|
||||
```bash
|
||||
wget -qO- https://raw.githubusercontent.com/eza-community/eza/main/deb.asc | sudo tee /etc/apt/trusted.gpg.d/gierens.asc
|
||||
wget -qO- https://raw.githubusercontent.com/eza-community/eza/main/deb.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/gierens.asc
|
||||
echo "deb http://deb.gierens.de stable main" | sudo tee /etc/apt/sources.list.d/gierens.list
|
||||
sudo apt update
|
||||
sudo apt install -y eza
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue