docs: add debian unofficial repository (#65)

* Add debian unofficial

* Update README.md
This commit is contained in:
Dario Griffo 2025-03-12 06:10:14 +00:00 committed by GitHub
parent ca746c0902
commit 66ccc44099
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,6 +77,16 @@ yay -S lowfi
zypper install lowfi
```
### Debian
Via an unofficial Debian repository maintained by (Dario Griffo)[https://github.com/dariogriffo]
```sh
curl -sS https://debian.griffo.io/3B9335DF576D3D58059C6AA50B56A1A69762E9FF.asc | gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/debian.griffo.io.gpg
echo "deb https://debian.griffo.io//apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list
sudo apt install -y lowfi
```
### Manual
This is good for debugging, especially in issues.