README.install: install nodejs 14.x insted of 6.x - hope that works, is not yet tested.
This commit is contained in:
parent
d70d66088d
commit
03bef64b87
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user