From 05fe8069ea11e42233b4777c0562d2778e346f01 Mon Sep 17 00:00:00 2001 From: Dario Griffo Date: Thu, 25 Sep 2025 17:42:34 +0100 Subject: [PATCH] docs: fix debian mirror url Fix mirror url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91dcbba..82775d8 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ zypper install lowfi ```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 +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 ```