Files
2026-09-07 01:15:55 +02:00

15 lines
548 B
Markdown

## iVentoy aktualisieren
Das Update-Script lädt automatisch die aktuelle iVentoy-Version herunter, sichert die bestehende Konfiguration, entpackt die neue Version und setzt die benötigten Symlinks für Config und ISO-Verzeichnis.
### One-Liner
```bash
curl -fsSL https://me-gitea.maieredv.cloud/MAIEREDV/iVentoy-Update/raw/branch/main/update-iventoy.sh | sudo bash
```
Wenn das Script bereits als `root` ausgeführt wird:
```bash
curl -fsSL https://me-gitea.maieredv.cloud/MAIEREDV/iVentoy-Update/raw/branch/main/update-iventoy.sh | bash
```