This commit is contained in:
2025-09-28 18:03:53 +02:00
parent c9250e9318
commit e4959e641c

View File

@@ -15,12 +15,6 @@ U=https://git.familie-berner.de/Open/Installer/raw/branch/main/Batocera/MeshCent
```
---
## Option 1: Interaktiv (fragt URL & Token ab)
```bash
U=https://git.familie-berner.de/Open/Installer/raw/branch/main/Batocera/MeshCentral/install-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 2: Non-interaktiv (URL & Token direkt mitgeben)
```bash