This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| exec > >(tee /var/log/openclaw-setup.log) 2>&1 | |
| echo "[1/5] Updating system..." | |
| apt-get update -y && apt-get install -y curl git build-essential | |
| echo "[2/5] Installing Node.js 22..." | |
| curl -fsSL https://deb.nodesource.com/setup_22.x | bash - | |
| apt-get install -y nodejs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| exec > >(tee /var/log/openclaw-setup.log) 2>&1 | |
| echo "[1/5] Updating system..." | |
| apt-get update -y && apt-get install -y curl git build-essential | |
| echo "[2/5] Installing Node.js 22..." | |
| curl -fsSL https://deb.nodesource.com/setup_22.x | bash - | |
| apt-get install -y nodejs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "lastMessage": { | |
| "from": "Ethan", | |
| "text": "track_local", | |
| "timestamp": "2026-03-01T12:54:52Z" | |
| }, | |
| "activeResponse": { | |
| "status": "done", | |
| "text": "Building spend tracker", | |
| "startTime": "2026-03-01T12:54:52Z", |