Ubuntu 24通过APT安装Nodejs及Openclaw

curl -fsSL https://deb.nodesource.com/setup_24.x | sudo -E bash –
apt list nodejs
apt install -y nodejs
node -v
npm -v

评论已关闭。