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 ```