更新 Service:OpenClaw
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user