Browse Source

Update basic-install-and-configure.sh

updated the version of node
content-update
Christopher Fremond 2 years ago committed by GitHub
parent
commit
32125d89e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      sh/debian/ubuntu/basic-install-and-configure.sh

2
sh/debian/ubuntu/basic-install-and-configure.sh diff.vendored

@ -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)

Loading…
Cancel
Save