1、参考资料
https://github.com/spoto-team/openclaw-ubuntu-guide- 老大爷都在养龙虾了!小白3分钟本地装 OpenClaw + 飞书打通全攻略
2、操作步骤
2.1 安装基础工具
python
# 更新系统包列表
sudo apt update
# 安装基础下载工具
sudo apt install -y curl
# 安装并启动 OpenSSH 服务(方便通过 PC 远程管理)
sudo apt install -y openssh-server
2.2 安装OpenClaw
python
curl -fsSL https://openclaw.ai/install.sh | bash
执行这个命令后会弹出一系列弹框,结合个人情况选择,不会选的可以参照 老大爷都在养龙虾了!小白3分钟本地装 OpenClaw + 飞书打通全攻略