Update xo_install.sh

This commit is contained in:
Dustin B 2018-04-25 15:02:24 -04:00 committed by GitHub
parent 91e0922015
commit af71f0d366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -61,14 +61,6 @@ WantedBy=multi-user.target
EOF EOF
fi 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/chmod +x $systemd_service_dir/$xo_service
sudo /bin/systemctl enable $xo_service sudo /bin/systemctl enable $xo_service
sudo /bin/systemctl start $xo_service sudo /bin/systemctl start $xo_service