Feat: Fügt Anweisung für Arch fürs hinzufügen des Repo-GPG-Keys hinzu

This commit is contained in:
2026-08-24 19:59:06 +02:00
parent 9a2a1730dd
commit 68c1b07b23
+23 -1
View File
@@ -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