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 && \