From 03bef64b8750826cfb781f9aee4c827bab8cc58f Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 1 Jan 2021 15:50:05 +0100 Subject: [PATCH] README.install: install nodejs 14.x insted of 6.x - hope that works, is not yet tested. --- README.install | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.install b/README.install index 80ee1bb..0511147 100644 --- a/README.install +++ b/README.install @@ -210,7 +210,14 @@ EOF # - Creates the apt sources list file '/etc/apt/sources.list.d/nodesource.list' for # - the NodeSource Node.js v6.x and also adds the NodeSource signing key to your keyring # - -curl -sL https://deb.nodesource.com/setup_6.x | bash - +# - curl -sL https://deb.nodesource.com/setup_6.x | bash - +# - +# - Hope nodejs version 14.x will work +# - +# - nodejs 6.0 does not yet work for actuall etherpad, which ist also installed +# - on this server. +# - +curl -sL https://deb.nodesource.com/setup_14.x | bash - apt-get update # - Install nodejs version 6.x from repository 'deb.nodesource.com'