docs: update debian/ubuntu install instructions (#133)

The repository moved from debian.griffo.io to deb.griffo.io (Debian
trademark policy). Also switch to the current signing key, the
keyring + signed-by layout, add the missing sudo and apt update, and
apply the same fix to the French README.
This commit is contained in:
Dario Griffo 2026-07-15 23:16:48 +01:00 committed by GitHub
parent 97ffc9f414
commit 53ac389b7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View File

@ -95,8 +95,10 @@ zypper install lowfi
> This uses an unofficial Debian repository maintained by [Dario Griffo](https://github.com/dariogriffo). > This uses an unofficial Debian repository maintained by [Dario Griffo](https://github.com/dariogriffo).
```sh ```sh
curl -sS https://debian.griffo.io/3B9335DF576D3D58059C6AA50B56A1A69762E9FF.asc | gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/debian.griffo.io.gpg sudo install -d -m 0755 /etc/apt/keyrings
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 curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/deb.griffo.io.list
sudo apt update
sudo apt install -y lowfi sudo apt install -y lowfi
``` ```

View File

@ -70,8 +70,10 @@ zypper install lowfi
> Ce packet est sur un dépôt non officiel maintenu par [Dario Griffo](https://github.com/dariogriffo). > Ce packet est sur un dépôt non officiel maintenu par [Dario Griffo](https://github.com/dariogriffo).
```sh ```sh
curl -sS https://debian.griffo.io/3B9335DF576D3D58059C6AA50B56A1A69762E9FF.asc | gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/debian.griffo.io.gpg sudo install -d -m 0755 /etc/apt/keyrings
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 curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/deb.griffo.io.list
sudo apt update
sudo apt install -y lowfi sudo apt install -y lowfi
``` ```