Update basic-install-and-configure.sh

updated the version of node
This commit is contained in:
Christopher Fremond 2022-02-01 21:36:33 +00:00 committed by GitHub
parent 479d774292
commit 32125d89e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ done
# Install Node.js
curl -sL https://deb.nodesource.com/setup_14.x | bash -
curl -sL https://deb.nodesource.com/setup_16.x | bash -
apt-get --no-install-recommends -y install nodejs
# Install FX: command-line JSON processing tool (https://github.com/antonmedv/fx)