README.md aktualisiert
This commit is contained in:
@@ -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'))"
|
||||
```
|
||||
Reference in New Issue
Block a user