Compare commits

..
3 Commits
3 changed files with 25 additions and 3 deletions
Generated
+1 -1
View File
@@ -29,7 +29,7 @@ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
[[package]]
name = "docker-update"
version = "0.1.3"
version = "1.0.0"
dependencies = [
"confy",
"libc 1.0.0-alpha.4",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "docker-update"
version = "0.1.3"
version = "1.0.0"
edition = "2024"
authors = ['DragonSlayer_14']
readme = "README.md"
+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