From 68c1b07b23b047564a48e39d4373930044ada5ce Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Mon, 24 Aug 2026 19:59:01 +0200 Subject: [PATCH] =?UTF-8?q?Feat:=20F=C3=BCgt=20Anweisung=20f=C3=BCr=20Arch?= =?UTF-8?q?=20f=C3=BCrs=20hinzuf=C3=BCgen=20des=20Repo-GPG-Keys=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7660808..3bb2b04 100644 --- a/README.md +++ b/README.md @@ -130,10 +130,32 @@ zypper install docker-update ### 3. Arch Linux (`pacman`) +### Installiere den GPG-Key für das Repository + +Key herunterladen: + +```bash +wget https://gitea.creative-dragonslayer.de/api/packages/Linuxapps/arch/repository.key +``` + +ID des Keys anzeigen lassen: + +```bash +gpg --show-keys repository.key +``` + +Key zu pacman hinzufügen und signieren: + +``` +pacman-key --add repository.key +pacman-key --lsign-key {key id} +``` + +{key id} = ID aus dem vorherigen Schritt + #### Stable (Produktiv) Füge das Repository in `/etc/pacman.conf` ein: - ```ini [stable] SigLevel = Optional TrustAll