pkg download command and patches

This commit is contained in:
2026-09-10 16:59:11 +03:00
parent c6dcbc1ca5
commit 60cf4a2523
110 changed files with 1588 additions and 332 deletions

View File

@ -0,0 +1,14 @@
``` env *** env ***
TZ=Europe/Moscow
OPENCLAW_STATE_DIR=/pkg/gnu/openclaw/var
OPENCLAW_CONFIG_PATH=/pkg/gnu/openclaw/etc/openclaw.json
HTTP_PROXY=http://127.0.0.1:12334
HTTPS_PROXY=http://127.0.0.1:12334
```
``` sh *** config ***
openclaw onboard --install-daemon
OPENCLAW_CONFIG_PATH=/pkg/gnu/openclaw/etc/openclaw.json \
openclaw config set agents.defaults.workspace /pkg/gnu/openclaw/var/workspace
```