fixes #76
This commit is contained in:
@@ -333,7 +333,7 @@ function UpdateNodeYarn {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $PKG_FORMAT == "deb" ]]; then
|
if [ $PKG_FORMAT == "deb" ]; then
|
||||||
if [[ -n $NODEV ]] && [[ $NODEV -lt ${NODEVERSION} ]]; then
|
if [[ -n $NODEV ]] && [[ $NODEV -lt ${NODEVERSION} ]]; then
|
||||||
echo
|
echo
|
||||||
printprog "node.js version is $NODEV, upgrading to ${NODEVERSION}.x"
|
printprog "node.js version is $NODEV, upgrading to ${NODEVERSION}.x"
|
||||||
|
Reference in New Issue
Block a user