From 66ccc44099e427e8d387910531e01e448a75b3a7 Mon Sep 17 00:00:00 2001 From: Dario Griffo Date: Wed, 12 Mar 2025 06:10:14 +0000 Subject: [PATCH] docs: add debian unofficial repository (#65) * Add debian unofficial * Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6f88fa2..a9a171d 100644 --- a/README.md +++ b/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.