From c17632b625376b261c7b4efc61025713d9c6b674 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Tue, 28 Jul 2026 15:33:44 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Service=EF=BC=9AOpenClaw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service%EF%BC%9AOpenClaw.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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