X-Git-Url: https://git.rohieb.name/stratum0-wiki.git/blobdiff_plain/10f1fa60f7ca5934a4c375aefc8ebae83cb17532..2070e512855ace1b8f400402029977db5c515998:/Gapadriel.mw diff --git a/Gapadriel.mw b/Gapadriel.mw index d1291d041..8d9092aa8 100644 --- a/Gapadriel.mw +++ b/Gapadriel.mw @@ -1,7 +1,7 @@ {{Hardware |kontakt=[[Benutzer:Kasalehlia|Kasalehlia]], [[Benutzer:Daniel Bohrer|Daniel Bohrer]] |status=working -|ort=[[endor]] +|ort=[[endur]] |beschreibung=VM für [[Etherpad]] |links=https://pad.stratum0.org }} @@ -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