From b4e14f6b37cbe9f250c7d07d47428dff85f454cb Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Tue, 5 May 2026 17:28:44 +0000 Subject: [PATCH] Add openclaw_arch_install.sh --- openclaw_arch_install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 openclaw_arch_install.sh diff --git a/openclaw_arch_install.sh b/openclaw_arch_install.sh new file mode 100644 index 0000000..393be74 --- /dev/null +++ b/openclaw_arch_install.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +pacman -S --noconfirm git nano nodejs npm base-devel python + +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash +source ~/.bashrc +nvm install 22 +nvm use 22 + +curl -fsSL https://openclaw.ai/install.sh | bash \ No newline at end of file