Readme.md aktualisiert

This commit is contained in:
2026-05-24 11:37:24 +02:00
parent 587b1a11ee
commit 6ce06239df
+2 -2
View File
@@ -2,11 +2,11 @@
Aufruf auf dem PVE-Host (als root):
Entweder direkt nach dem Upload auf einen Webserver:
```
bash <(curl -fsSL https://gitea.vourx.com/xosna/Debian12-LXC/raw/branch/main/debian_intsall.sh)
bash <(curl -fsSL https://gitea.vourx.com/xosna/Debian12-LXC/raw/branch/main/debian_install.sh)
```
Oder lokal nach dem Hochladen auf den Host:
```
bashchmod +x docker-lxc.sh && ./docker-lxc.sh
bashchmod +x debian_intsall.sh && ./debian_intsall.sh
```
---