Skip to content

Instantly share code, notes, and snippets.

View EthanFurstoss's full-sized avatar

Ethan Furstoss EthanFurstoss

  • New York
View GitHub Profile
#!/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
#!/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
@EthanFurstoss
EthanFurstoss / jarvis-metrics.json
Last active April 3, 2026 15:05
Jarvis response metrics
{
"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",