Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dream-server/installers/macos/install-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -647,12 +647,12 @@ else
if [[ ! -x "$OPENCODE_BIN" ]]; then
ai "Installing OpenCode..."
tmpfile=$(mktemp /tmp/opencode-install.XXXXXX.sh)
trap 'rm -f "$tmpfile"' EXIT INT TERM
if curl -fsSL --max-time 300 https://opencode.ai/install -o "$tmpfile" 2>/dev/null && bash "$tmpfile" >> "$DS_LOG_FILE" 2>&1; then
ai_ok "OpenCode installed (~/.opencode/bin/opencode)"
else
ai_warn "OpenCode install failed — install later with: curl -fsSL https://opencode.ai/install | bash"
fi
rm -f "$tmpfile"
else
ai_ok "OpenCode already installed"
fi
Expand Down
Empty file modified dream-server/scripts/validate-manifests.sh
100644 → 100755
Empty file.
Loading