From 3a861ed24c4a51daa9ed1bb23d14da6ed000f8b5 Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Wed, 18 Feb 2026 10:39:38 +0100 Subject: [PATCH] README.md aktualisiert --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4855677..4c1a14f 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,13 @@ Führe einfach folgenden Befehl auf deinem Proxmox / PBS Host aus: ```bash +PVE-MGNT: +bash -c "$(curl -sSL https://me-gitea.maieredv.cloud/manuel.maier/update-install-newt/raw/branch/main/install_newt_v2.sh)" + +ME-MSP-Site: + Linux: -bash -c "$(curl -sSL https://me-gitea.maieredv.cloud/manuel.maier/pve-pbs-setup/raw/branch/main/post_install.sh)" +bash -c "$(curl -sSL https://me-gitea.maieredv.cloud/manuel.maier/update-install-newt/raw/branch/main/install_newt-msp-site_v2.sh)" Windows: -powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://deine-gitea-url.de/install_newt.ps1'))" +powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://me-gitea.maieredv.cloud/manuel.maier/update-install-newt/raw/branch/main/install_newt-msp-site-win_v2.sh'))"