📌  相关文章
📜  unbuntu 更新节点版本 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:56.460000             🧑  作者: Mango

代码示例3
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_13.x | bash -
apt-get install -y nodejs