22
0
Fork 0

Use https for deb.nodesource.com repo

This commit is contained in:
bwaegeneire 2022-05-24 11:41:45 +02:00
parent d7bfab2162
commit dc90ce92de
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Exemple pour avoir la version 16.x en Debian 11 (bullseye)
~~~
# apt install apt-transport-https
# echo "deb http://deb.nodesource.com/node_16.x buster main" >> /etc/apt/sources.list.d/nodesource.list
# echo "deb https://deb.nodesource.com/node_16.x buster main" >> /etc/apt/sources.list.d/nodesource.list
# wget https://deb.nodesource.com/gpgkey/nodesource.gpg.key -O /etc/apt/trusted.gpg.d/nodesource.asc
# chmod 644 /etc/apt/trusted.gpg.d/nodesource.asc
# apt update && apt install nodejs