Feat: Fügt Anweisung für Arch fürs hinzufügen des Repo-GPG-Keys hinzu
This commit is contained in:
@@ -130,10 +130,32 @@ zypper install docker-update
|
|||||||
|
|
||||||
### 3. Arch Linux (`pacman`)
|
### 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)
|
#### Stable (Produktiv)
|
||||||
|
|
||||||
Füge das Repository in `/etc/pacman.conf` ein:
|
Füge das Repository in `/etc/pacman.conf` ein:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[stable]
|
[stable]
|
||||||
SigLevel = Optional TrustAll
|
SigLevel = Optional TrustAll
|
||||||
|
|||||||
Reference in New Issue
Block a user