OpenClaw 在Centos7上快速部署与简单验证
OpenClaw 在Centos7上快速部署与简单验证
Install
# 添加NodeSource仓库
curl -fsSL https://rpm.nodesource.com/setup_22.x | sudo bash -
# 安装Node.js
sudo yum install -y nodejs
# 验证安装
node --version
npm --version# 安装OpenClaw
curl -fsSL https://openclaw.ai…
2026/9/24 2:23:13