Add Homebrew installation for OpenClaw skill dependencies and update version to 0.5.29

This commit is contained in:
techartdev
2026-02-02 20:36:01 +02:00
parent 261ad00637
commit 2dec26b243
3 changed files with 28 additions and 1 deletions
+4
View File
@@ -1,6 +1,10 @@
#!/usr/bin/env bash
set -euo pipefail
# Ensure Homebrew and brew-installed binaries are in PATH
# This is needed for OpenClaw skills that depend on CLI tools (gemini, aider, etc.)
export PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:${PATH}"
# Home Assistant add-on options are usually rendered to /data/options.json
OPTIONS_FILE="/data/options.json"