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