This commit is contained in:
2025-09-28 17:58:48 +02:00
parent edc6fd46b7
commit 25852788c4
2 changed files with 82 additions and 81 deletions

View File

@@ -1,12 +1,20 @@
# MeshCentral
# MeshCentral (Batocera)
Nachfolgend zwei **Copy-&-Paste Einzeiler** für Batocera, um den MeshAgent-Installer aus diesem Repo herunterzuladen und zu starten.
Dieser Installer unterstützt **Copy & Paste** des **Linux/BSD-Einzeilers** aus MeshCentral (_Devices → Add Agent → **Linux / BSD**_).
Du kannst also den kompletten Befehl aus dem MeshCentral-Fenster hier einfügen URL & Token werden automatisch geparst.
**RAW-URL des Installers:**
`https://git.familie-berner.de/Open/Installer/raw/branch/main/Batocera/MeshCentral/install-meshagent.sh`
---
## Option 1: Interaktiv (URL/Token werden abgefragt ODER aus deinem Linux/BSD-Einzeiler geparst)
```bash
U=https://git.familie-berner.de/Open/Installer/raw/branch/main/Batocera/MeshCentral/nstall-meshagent.sh ; (wget -qO /tmp/ima.sh "$U" || wget --no-proxy -qO /tmp/ima.sh "$U" || curl -fsSL "$U" -o /tmp/ima.sh) && sh /tmp/ima.sh
---
## Option 1: Interaktiv (fragt URL & Token ab)
```bash