From b766d86a085177dc1b9cb6d40ddbd14a2eb2ca72 Mon Sep 17 00:00:00 2001 From: Luis Guzman Date: Sun, 20 Oct 2019 11:04:45 -0500 Subject: [PATCH] Bump nodejsv10 --- quick_jibri_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 5e5c10c..9a99357 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -125,7 +125,7 @@ echo " if [ "$(dpkg-query -W -f='${Status}' nodejs 2>/dev/null | grep -c "ok")" == "1" ]; then echo "Nodejs is installed, skipping..." else - curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - + curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - apt install -yqq nodejs echo "Installing nodejs esprima package..." npm install -g esprima