12 lines
343 B
Bash
12 lines
343 B
Bash
#!/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
|
|
|
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
|
|
|
curl -fsSL https://openclaw.ai/install.sh | bash |