From: Daniel Bohrer Date: Mon, 27 Aug 2018 21:44:49 +0000 (+0000) Subject: /* Node.js / npm */ typos, typos everywhere. X-Git-Url: https://git.rohieb.name/stratum0-wiki.git/commitdiff_plain/50165c00c47a0bbc65c0ab3470fdcf49709705d9 /* Node.js / npm */ typos, typos everywhere. --- diff --git a/Gapadriel.mw b/Gapadriel.mw index d1291d041..77868cad3 100644 --- a/Gapadriel.mw +++ b/Gapadriel.mw @@ -43,7 +43,7 @@ Debian hat kein npm mehr. Etherpad braucht npm. (Keine schöne, aber eine) Lösu sudo apt install apt-transport-https NODEREPO="node_10.x" DISTRO=$(lsb_release -c -s) - echo "deb-src https://deb.nodesource.com/${NODEREPO} ${DISTRO} main" | sudo tee -a /etc/apt/sources.list.d/nodesource.list + echo "deb https://deb.nodesource.com/${NODEREPO} ${DISTRO} main" | sudo tee -a /etc/apt/sources.list.d/nodesource.list wget https://deb.nodesource.com/gpgkey/nodesource.gpg.key sudo apt-key add nodesource.gpg.key sudo apt update