REadme.md aktualisiert

This commit is contained in:
2026-05-25 06:28:22 +02:00
parent 5bdc45d11f
commit c2d03112cd
+17 -1
View File
@@ -21,4 +21,20 @@ Schritt 4: Software
→ Optionale Pakete
Schritt 5: SSH
→ Port, Auth-Methode, Public Key
→ Port, Auth-Methode, Public Key
### Installation im PVE als root ausführen:
Aufruf auf dem PVE-Host (als root):
Entweder direkt nach dem Upload auf einen Webserver:
```
bash <(curl -fsSL https://gitea.vourx.com/xosna/multi-os-installer/raw/branch/main/multi-os-install.sh)
```
Oder lokal nach dem Hochladen auf den Host:
```
bashchmod +x multi-oss-install.sh && ./multi-os-install.sh
```
---
Nach der ersten Anmeldung das root Passwort mit folgendendem Befehl ändern:
```
passwd
```