[SKIP CI] docs(readme): update apt instructions
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
b1fa25a9a0
commit
7feaab7103
1 changed files with 4 additions and 1 deletions
|
@ -30,7 +30,10 @@ Grab a prebuilt binary from the
|
|||
- Debian/Ubuntu (WIP):
|
||||
|
||||
```sh
|
||||
echo "deb [trusted=yes] https://packages.freecumextremist.finance/awl/apt awl main" | sudo tee /etc/apt/sources.list.d/awl.list
|
||||
# Add PGP key
|
||||
curl -sL https://packages.freecumextremist.finance/key.asc | sudo tee /usr/share/keyrings/awl.asc >/dev/null
|
||||
# Add repo
|
||||
echo "deb [signed-by=/usr/share/keyrings/awl.asc] https://packages.freecumextremist.finance/awl/apt awl main" | sudo tee /etc/apt/sources.list.d/awl.list
|
||||
sudo apt update
|
||||
sudo apt install awl
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue