From 6ce06239df17068f5c9019cccdab85d922b37634 Mon Sep 17 00:00:00 2001 From: Roland Strunze <1+xosna@noreply.localhost> Date: Sun, 24 May 2026 11:37:24 +0200 Subject: [PATCH] Readme.md aktualisiert --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 0a3759a..b8e10d5 100644 --- a/Readme.md +++ b/Readme.md @@ -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 ``` ---