mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 05:02:48 +00:00
714 B
714 B
| category | layout | mirrorid |
|---|---|---|
| help | help | nodesource |
Nodesource 镜像使用帮助
Nodesource 为 debian, ubuntu, fedora, RHEL 等发行版提供预编译的 nodejs 和 npm 等软件包。
debian/ubuntu 使用方法
运行
curl -sL https://deb.nodesource.com/setup | sudo bash - # or
curl -sL https://deb.nodesource.com/setup_8.x | sudo bash - # or
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
编辑 /etc/apt/sources.list.d/nodesource.list,把
https://deb.nodesource.com/node/ 替换为
https://{{ site.hostname }}/nodesource/deb/ 即可。
如果是 https://deb.nodesource.com/node_10.x/ ,则改为 https://{{ site.hostname }}/nodesource/deb_10.x/ 。