Fix: Arch-Repository-Namen in README.md aktualisiert

This commit is contained in:
2026-08-24 19:37:18 +02:00
parent 54f74a2f2a
commit bd374b95fc
+2 -2
View File
@@ -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
```