From 12e00ab2c4da1053b68aa8596b45bd57a76d8568 Mon Sep 17 00:00:00 2001
From: Daniel Bohrer <Daniel Bohrer@stratum0.org/mediawiki>
Date: Mon, 8 Feb 2021 22:21:14 +0000
Subject: [PATCH] /* Doku */ npm aus buster ist ausreichend

---
 Gapadriel.mw | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/Gapadriel.mw b/Gapadriel.mw
index 8d9092aa8..091d465dc 100644
--- a/Gapadriel.mw
+++ b/Gapadriel.mw
@@ -36,19 +36,6 @@
 * Netzwerk intern, per DHCP
 * HTTP kommt über [[gandolf]] als (SSL-)Proxy
 
-=== Node.js / npm ===
-
-Debian hat kein npm mehr. Etherpad braucht npm. (Keine schöne, aber eine) Lösung: [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions]
-
- sudo apt install apt-transport-https
- NODEREPO="node_10.x"
- DISTRO=$(lsb_release -c -s)
- 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
- sudo apt install nodejs   # bringt npm mit
-
 === Etherpad ===
 Etherpad-Lite liegt als Git-Repo in <tt>/var/lib/etherpad/etherpad-lite</tt>, wird aus <tt>[https://stratum0.org/wiki/Gapadriel/etherpad-service?action=raw /etc/systemd/system/etherpad.service]</tt> als User <tt>etherpad</tt> gestartet und loggt nach <tt>/var/log/syslog</tt>.
 
-- 
2.20.1