diff --git a/Service%EF%BC%9AOpenClaw.md b/Service%EF%BC%9AOpenClaw.md index fbc04b2..85d75fb 100644 --- a/Service%EF%BC%9AOpenClaw.md +++ b/Service%EF%BC%9AOpenClaw.md @@ -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 ``` \ No newline at end of file