更新 Service:OpenClaw
@@ -3,3 +3,13 @@
|
|||||||
```bash
|
```bash
|
||||||
apt update && apt upgrade -y && apt install -y curl wget git unzip
|
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