From 32125d89e5388c1243382b9fda65a954b0f8ec92 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Tue, 1 Feb 2022 21:36:33 +0000 Subject: [PATCH] Update basic-install-and-configure.sh updated the version of node --- sh/debian/ubuntu/basic-install-and-configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/debian/ubuntu/basic-install-and-configure.sh b/sh/debian/ubuntu/basic-install-and-configure.sh index fc71690f..3f258ae5 100644 --- a/sh/debian/ubuntu/basic-install-and-configure.sh +++ b/sh/debian/ubuntu/basic-install-and-configure.sh @@ -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)