From 97b4577504f2e08beb98cb8bf3269c10a99774a1 Mon Sep 17 00:00:00 2001 From: Tommie Gannert Date: Fri, 17 Feb 2023 16:25:34 +0100 Subject: [PATCH] Updates README for the apt-key deprecation. --- README.md | 22 +++++++++------------- repository.key => repository.asc | 0 2 files changed, 9 insertions(+), 13 deletions(-) rename repository.key => repository.asc (100%) diff --git a/README.md b/README.md index e4814fc..9db69fb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Unofficial Innernet APT Repository This is a Debian/Ubuntu APT repository containing `.deb` files from -https://github.com/tonarino/innernet/releases. The updates are -automatic and running on a biweekly schedule. +https://github.com/tonarino/innernet/releases. The updates are fully +reproducible through GitHub Actions. For more information, see https://github.com/tonarino/innernet. @@ -10,16 +10,12 @@ For more information, see https://github.com/tonarino/innernet. ### Adding the Repository -```shell -$ curl -sS https://tommie.github.io/innernet-debian/repository.key | apt-key add - -OK -$ cat >/etc/apt/sources.list.d/innernet.list </dev/null +cat >/etc/apt/sources.list.d/innernet.list <