From 172bc49bb0f854031fee67b056e42df6dca3097e Mon Sep 17 00:00:00 2001 From: Dustin B Date: Wed, 25 Apr 2018 14:43:50 -0400 Subject: [PATCH] Update xo_install.sh --- xo_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xo_install.sh b/xo_install.sh index cd53f6a..1b48faa 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -69,6 +69,7 @@ sudo /bin/systemctl start $xo_service cd /opt/xen-orchestra curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - +sudo n 8 sudo apt-get install -y nodejs sudo yarn sudo yarn build