22
0
Fork 0

jessie a la place de dist

This commit is contained in:
Benoît S. 2017-05-17 14:35:13 +02:00
parent f2b254c904
commit 0c20e2d821
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Pour installer une version plus récente (ex: 6.X LTS), on peut utiliser les dé
~~~
# apt install apt-transport-https
# echo "deb https://deb.nodesource.com/node_6.x <dist> main" > /etc/apt/sources.list.d/nodesource.list
# echo "deb https://deb.nodesource.com/node_6.x jessie main" > /etc/apt/sources.list.d/nodesource.list
# wget https://deb.nodesource.com/gpgkey/nodesource.gpg.key -O -|apt-key add -
# apt update
# apt install nodejs