From 83a12f6b4ab22cecfe7dd3afd74d79bc4aab4200 Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Tue, 5 May 2026 17:48:29 +0000 Subject: [PATCH] Update openclaw_arch_install.sh --- openclaw_arch_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openclaw_arch_install.sh b/openclaw_arch_install.sh index 393be74..066b3dd 100644 --- a/openclaw_arch_install.sh +++ b/openclaw_arch_install.sh @@ -7,4 +7,6 @@ source ~/.bashrc nvm install 22 nvm use 22 +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" + curl -fsSL https://openclaw.ai/install.sh | bash \ No newline at end of file