From 20c10fbec52f867e9172710b320ac1a45d08be20 Mon Sep 17 00:00:00 2001 From: tommie Date: Fri, 12 May 2023 16:46:32 +0200 Subject: [PATCH] Updates README for new codenames. --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9db69fb..fd3e79e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # Unofficial Innernet APT Repository -This is a Debian/Ubuntu APT repository containing `.deb` files from -https://github.com/tonarino/innernet/releases. The updates are fully -reproducible through GitHub Actions. +This is a Debian/Ubuntu APT repository containing `.deb` files from https://github.com/tonarino/innernet/releases. +The updates are fully reproducible through GitHub Actions. For more information, see https://github.com/tonarino/innernet. @@ -11,17 +10,20 @@ For more information, see https://github.com/tonarino/innernet. ### Adding the Repository ```sh +codename=$(lsb_release --codename --short) curl -sS https://tommie.github.io/innernet-debian/repository.asc | sudo tee /etc/apt/keyrings/github-tommie-innernet.asc >/dev/null cat >/etc/apt/sources.list.d/innernet.list <