README.install: install nodejs 14.x insted of 6.x - hope that works, is not yet tested.

This commit is contained in:
Christoph 2021-01-01 15:50:05 +01:00
parent d70d66088d
commit 03bef64b87

View File

@ -210,7 +210,14 @@ EOF
# - Creates the apt sources list file '/etc/apt/sources.list.d/nodesource.list' for # - 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 # - 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 apt-get update
# - Install nodejs version 6.x from repository 'deb.nodesource.com' # - Install nodejs version 6.x from repository 'deb.nodesource.com'