commit b4e14f6b37cbe9f250c7d07d47428dff85f454cb Author: RomanNum3ral Date: Tue May 5 17:28:44 2026 +0000 Add 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