upd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user