X-Git-Url: https://git.rohieb.name/stratum0-wiki.git/blobdiff_plain/10f1fa60f7ca5934a4c375aefc8ebae83cb17532..582f566278cd5005e41526b7e76c2b4887dacb5d:/Gapadriel.mw 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