From af71f0d366b71c5ea45e1dd3ca6c1760e153e39c Mon Sep 17 00:00:00 2001 From: Dustin B Date: Wed, 25 Apr 2018 15:02:24 -0400 Subject: [PATCH] Update xo_install.sh --- xo_install.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/xo_install.sh b/xo_install.sh index afe9e59..aad9ae9 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -61,14 +61,6 @@ WantedBy=multi-user.target EOF fi -# Horrible fix for Node v10 -#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 - sudo /bin/chmod +x $systemd_service_dir/$xo_service sudo /bin/systemctl enable $xo_service sudo /bin/systemctl start $xo_service