This commit is contained in:
ronivay
2021-05-04 18:44:06 +03:00
parent 6eff84ff5d
commit a8f45260f4

View File

@@ -333,7 +333,7 @@ function UpdateNodeYarn {
fi
fi
if [ $PKG_FORMAT == "deb" ]]; then
if [ $PKG_FORMAT == "deb" ]; then
if [[ -n $NODEV ]] && [[ $NODEV -lt ${NODEVERSION} ]]; then
echo
printprog "node.js version is $NODEV, upgrading to ${NODEVERSION}.x"