Bump nodejsv10

This commit is contained in:
Luis Guzmán 2019-10-20 11:04:45 -05:00
parent d495ef147d
commit b766d86a08
Signed by: Ark74
GPG Key ID: 35AD8DB3BE2C988C
1 changed files with 1 additions and 1 deletions

View File

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