Update openclaw_arch_install.sh
This commit is contained in:
parent
83a12f6b4a
commit
c40639dc32
|
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
pacman -S --noconfirm git nano nodejs npm base-devel python
|
sudo 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
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | sudo bash
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
nvm install 22
|
sudo nvm install 22
|
||||||
nvm use 22
|
sudo nvm use 22
|
||||||
|
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue