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'