ubuntu 25.10 安装openclaw
·
1、下载安装源文件
curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource-setup.sh
2、安装源
sudo bash nodesource-setup.sh
3、安装node
sudo apt install -y nodejs
4、安装git
sudo apt install git -y
5、安装npm
sudo npx -p npm@latest npm install -g npm@latest --force
6、安装openclaw
sudo npm install -g openclaw@latest
更多推荐




所有评论(0)