README.md aktualisiert

This commit is contained in:
2026-09-07 01:15:55 +02:00
parent 84aa203de8
commit 7482222d52
+15 -3
View File
@@ -1,3 +1,15 @@
'''bash
bash <(curl -fsSL https://me-gitea.maieredv.cloud/MAIEREDV/iVentoy-Update/raw/branch/main/update-iventoy.sh)
'''
## 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
```