From eb32c1231b5a6f869bdd06c86788ad76082906ad Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Fri, 23 Jan 2026 23:58:46 +0100 Subject: [PATCH] create_pve-mgnt-lxc.sh aktualisiert --- create_pve-mgnt-lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_pve-mgnt-lxc.sh b/create_pve-mgnt-lxc.sh index 3aa23f5..f2bdc45 100644 --- a/create_pve-mgnt-lxc.sh +++ b/create_pve-mgnt-lxc.sh @@ -102,7 +102,7 @@ pct set $VMID --onboot 1 echo -e "${INDENT}Starte LXC..." pct start $VMID -echo -e "${INDENT}Newt-PVE-Mgnt" +echo -e "${INDENT}Installiere Newt-PVE-Mgnt" pct exec $VMID -- bash -c "\ apt update && apt install -y curl sudo && \ curl -fsSL https://gitea.vmd55888.de/manuel.maier/update-install-newt/raw/branch/main/install_newt_v2.sh -o install_newt_v2.sh && \