From 5c2fca16f39acc8b7054938975135c7583fa2635 Mon Sep 17 00:00:00 2001 From: David Prevot Date: Fri, 10 May 2024 17:49:01 +0200 Subject: [PATCH] Update nodesource repo --- HowtoEtherpad.md | 4 ++-- HowtoHedgeDoc.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HowtoEtherpad.md b/HowtoEtherpad.md index fdb4d55d..5d29e79f 100644 --- a/HowtoEtherpad.md +++ b/HowtoEtherpad.md @@ -21,8 +21,8 @@ On installe les dépendances de la manière suivante : ~~~ # apt install apt-transport-https mariadb-server nginx git wget -# echo "deb https://deb.nodesource.com/node_18.x $(awk -F= '/VERSION_CODENAME/{print $2}' /etc/os-release) 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 +# echo "deb https://deb.nodesource.com/node_18.x nodistro main" > /etc/apt/sources.list.d/nodesource.list +# wget https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key -O /etc/apt/trusted.gpg.d/nodesource.asc # chmod 644 /etc/apt/trusted.gpg.d/nodesource.asc # apt update && apt install nodejs ~~~ diff --git a/HowtoHedgeDoc.md b/HowtoHedgeDoc.md index 53c7f24d..dd3c1f07 100644 --- a/HowtoHedgeDoc.md +++ b/HowtoHedgeDoc.md @@ -22,8 +22,8 @@ On installe les dépendances de la manière suivante : ~~~ # apt install apt-transport-https postgresql nginx git wget -# echo "deb https://deb.nodesource.com/node_16.x $(awk -F= '/VERSION_CODENAME/{print $2}' /etc/os-release) 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 +# echo "deb https://deb.nodesource.com/node_16.x nodistro main" > /etc/apt/sources.list.d/nodesource.list +# wget https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key -O /etc/apt/trusted.gpg.d/nodesource.asc # chmod 644 /etc/apt/trusted.gpg.d/nodesource.asc # apt update && apt install nodejs # npm install --global yarn