X-Git-Url: http://git.rohieb.name/stratum0-wiki.git/blobdiff_plain/649d50f5eab9de80da6afee75fe807510c39bb9e..52bbc4f62eb94adc50dbb958e6f277b3e811bc3b:/Gapadriel.mw
diff --git a/Gapadriel.mw b/Gapadriel.mw
index bbab3b8d2..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
@@ -74,10 +74,10 @@ Etherpad-Updates etc. bitte per sudo, nicht sudo -u etherpad.
sudo chown etherpad:etherpad -R var/
sudo chmod g+r -R settings.json # config muss lesbar sein
sudo chown root:etherpad settings.json
-
+
# damit etherpad Plugins initialisieren und ep_$module/.ep_initialized anlegen kann -.-
sudo chmod g+w node_modules/ep_*
-
+
sudo systemctl start etherpad.service
sudo chmod g-w node_modules/ep_*
@@ -102,7 +102,6 @@ Admin-Login auf der Weboberfläche funktioniert zwar lesend, aber kann halt kein
ep_latexexport \
ep_markdown \
ep_pad_activity_nofication_in_title \
- ep_ruler \
ep_scrollto \
ep_subscript \
ep_superscript \