Fix nodejs and yarn update procedure for debian/ubuntu

This commit is contained in:
ronivay
2018-07-24 17:28:25 +03:00
parent 66bedee436
commit 5a8516f3b8

View File

@@ -154,7 +154,7 @@ function UpdateNodeYarn {
else else
echo echo
echo "Checking updates for nodejs and yarn" echo "Checking updates for nodejs and yarn"
apt-get update -y nodejs yarn > /dev/null apt-get install -y --only-upgrade nodejs yarn > /dev/null
fi fi
fi fi