From f1ef493a92c503104d26f86a619a431ea7efc3a4 Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Fri, 23 Jan 2026 23:54:01 +0100 Subject: [PATCH] create_pve-mgnt-lxc.sh aktualisiert --- create_pve-mgnt-lxc.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/create_pve-mgnt-lxc.sh b/create_pve-mgnt-lxc.sh index 1020db5..5711a3e 100644 --- a/create_pve-mgnt-lxc.sh +++ b/create_pve-mgnt-lxc.sh @@ -102,12 +102,9 @@ pct set $VMID --onboot 1 echo -e "${INDENT}Starte LXC..." pct start $VMID -echo -e "${INDENT}Installiere Curl & Sudo" -pct exec $VMID -- bash -c "apt update && apt upgrade -y && apt install -y curl sudo" - echo -e "${INDENT}Newt-PVE-Mgnt" pct exec $VMID -- bash -c "\ -apt update && apt upgrade -y && apt install -y curl sudo && \ +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 && \ bash ./install_newt_v2.sh --install"