#!/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