README.md aktualisiert
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
'''bash
|
## iVentoy aktualisieren
|
||||||
bash <(curl -fsSL https://me-gitea.maieredv.cloud/MAIEREDV/iVentoy-Update/raw/branch/main/update-iventoy.sh)
|
|
||||||
'''
|
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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user