From 7482222d527c26d1a4d5ecaf969696d50f8c72ad Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Mon, 7 Sep 2026 01:15:55 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) 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