1 Star 0 Fork 1

Ethan_prog / ubuntu-apps

forked from 牧码牛 / ubuntu-apps 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nodejs.sh 198 Bytes
一键复制 编辑 原始数据 按行查看 历史
牧码牛 提交于 2022-02-15 23:28 . update
#!/usr/bin/env bash
set -euo pipefail
set -o errtrace
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt install -y nodejs
sudo npm install -g npm
sudo npm install -g pnpm
Shell
1
https://gitee.com/EthanPro/ubuntu-apps.git
git@gitee.com:EthanPro/ubuntu-apps.git
EthanPro
ubuntu-apps
ubuntu-apps
master

搜索帮助