updated readme ans increased timeout

This commit is contained in:
2026-03-16 01:05:32 +01:00
parent 8a6625b117
commit 1ee800f451
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -416,10 +416,10 @@ Die VM ist ARIAs Wohnung. Basissystem ist **Debian 13** — alles weitere richte
```bash
apt update && apt upgrade -y
apt install -y docker.io docker-compose-plugin git
apt install -y docker.io docker-compose-plugin git curl jq
```
Das war's. Kein SSH, keine User, keine Verzeichnisse. ARIA ist privileged und richtet sich selbst ein.
`curl` und `jq` werden von ARIA und den Setup-Scripts benutzt. Der Rest (SSH, User, Desktop) richtet ARIA selbst ein.
### 2. Repo klonen & konfigurieren