From b96f6f04f9f19f63f3e5b739ce4d83231052c02a Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Wed, 18 Feb 2026 10:38:00 +0100 Subject: [PATCH] =?UTF-8?q?README.md=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4855677 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Update / Install Newt for PVE-MGNT / ME-MSP-Site + +## Installation / One-Liner + +Führe einfach folgenden Befehl auf deinem Proxmox / PBS Host aus: + +```bash +Linux: +bash -c "$(curl -sSL https://me-gitea.maieredv.cloud/manuel.maier/pve-pbs-setup/raw/branch/main/post_install.sh)" + +Windows: +powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://deine-gitea-url.de/install_newt.ps1'))"