diff --git a/HowtoNodeJS.md b/HowtoNodeJS.md index a965e8d1..10e234be 100644 --- a/HowtoNodeJS.md +++ b/HowtoNodeJS.md @@ -18,7 +18,7 @@ Nous préconisons l'installation des paquets Debian distribués par NodeSource ( ~~~ # echo "deb http://deb.nodesource.com/node_10.x buster main" >> /etc/apt/sources.list.d/nodesource.list -# wget https://deb.nodesource.com/gpgkey/nodesource.gpg.key -O - | apt-key add - +# wget https://deb.nodesource.com/gpgkey/nodesource.gpg.key -O /etc/apt/trusted.gpg.d/nodesource.asc # apt update && apt install nodejs $ nodejs -v