Add openclaw_arch_install.sh

This commit is contained in:
RomanNum3ral 2026-05-05 17:28:44 +00:00
commit b4e14f6b37
1 changed files with 10 additions and 0 deletions

10
openclaw_arch_install.sh Normal file
View File

@ -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