更新 Service:OpenClaw

2026-07-28 15:33:44 +00:00
parent d57f2e0717
commit c17632b625
+10
@@ -2,4 +2,14 @@
```bash
apt update && apt upgrade -y && apt install -y curl wget git unzip
```
# 安裝 NodeJS
```bash
curl -fsSL https://nodesource.com | bash -
```
```bash
apt install -y nodejs
```