diff --git a/xo-install.sh b/xo-install.sh index 2251581..885db42 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -154,7 +154,7 @@ function UpdateNodeYarn { else echo 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