mirror of
https://github.com/talwat/lowfi
synced 2025-03-13 08:32:21 +00:00
docs: add debian unofficial repository (#65)
* Add debian unofficial * Update README.md
This commit is contained in:
parent
ca746c0902
commit
66ccc44099
10
README.md
10
README.md
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user