From bd374b95fc51b251820decebed3fa76a0bc67e63 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Mon, 24 Aug 2026 19:37:18 +0200 Subject: [PATCH] Fix: Arch-Repository-Namen in README.md aktualisiert --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d89426d..e7d7e86 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ zypper install docker-update Füge das Repository in `/etc/pacman.conf` ein: ```ini -[docker-update-stable] +[stable/upload] SigLevel = Optional TrustAll Server = https://gitea.creative-dragonslayer.de/api/packages/Linuxapps/arch/stable/x86_64 ``` @@ -151,7 +151,7 @@ sudo pacman -Sy docker-update Füge das Testing-Repository in `/etc/pacman.conf` ein: ```ini -[docker-update-testing] +[testing/upload] SigLevel = Optional TrustAll Server = https://gitea.creative-dragonslayer.de/api/packages/Linuxapps/arch/testing/x86_64 ```