From 5a8516f3b84843bc08a084957e976e7237d8ff8e Mon Sep 17 00:00:00 2001 From: ronivay Date: Tue, 24 Jul 2018 17:28:25 +0300 Subject: [PATCH] Fix nodejs and yarn update procedure for debian/ubuntu --- xo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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