[SKIP CI] docs: fix HTTPS

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-10-17 17:38:42 +00:00
parent d6a9bd9b0b
commit def649de4f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Grab a prebuilt binary from the
- Debian/Ubuntu (WIP):
```sh
echo "deb [trusted=yes] http://packages.freecumextremist.finance/awl/apt awl main" | sudo tee /etc/apt/sources.list.d/awl.list
echo "deb [trusted=yes] https://packages.freecumextremist.finance/awl/apt awl main" | sudo tee /etc/apt/sources.list.d/awl.list
sudo apt update
sudo apt install awl
```