diff --git a/README.md b/README.md index 0c8ed77..5efa918 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ -'''bash -bash <(curl -fsSL https://me-gitea.maieredv.cloud/MAIEREDV/iVentoy-Update/raw/branch/main/update-iventoy.sh) -''' \ No newline at end of file +## 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 +``` \ No newline at end of file