Fix nodejs and yarn update procedure for debian/ubuntu
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user