Add openclaw_arch_install.sh
This commit is contained in:
commit
b4e14f6b37
|
|
@ -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
|
||||
Loading…
Reference in New Issue