diff --git a/README.md b/README.md index 076756e..33d219b 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,16 @@ ```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 bash -c "$(curl -sSL https://me-gitea.maieredv.cloud/manuel.maier/update-install-newt/raw/branch/main/install_newt-msp-site_v2.sh)" +``` Windows: +```bash powershell -NoProfile -ExecutionPolicy Bypass -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; 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.ps1'))" +``` \ No newline at end of file