Update xo_install.sh

This commit is contained in:
Dustin B 2019-05-23 17:32:22 -04:00 committed by GitHub
parent 849a521945
commit 450ae2d80f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ xo_service="xo-server.service"
# Ensure that git and curl are installed # Ensure that git and curl are installed
/usr/bin/apt-get update /usr/bin/apt-get update
/usr/bin/apt-get --yes install git curl apt-transport-https /usr/bin/apt-get --yes install git curl
#Install yarn #Install yarn
cd /opt cd /opt
@ -44,7 +44,7 @@ n 8.16
ln -s /usr/bin/node /usr/local/bin/node ln -s /usr/bin/node /usr/local/bin/node
# Install XO dependencies # Install XO dependencies
/usr/bin/apt-get install --yes build-essential redis-server libpng-dev git python-minimal libvhdi-utils nfs-common lvm2 cifs-utils /usr/bin/apt-get install --yes build-essential redis-server libpng-dev git python-minimal libvhdi-utils nfs-common lvm2 cifs-utils apt-transport-https
/usr/bin/git clone -b $xo_branch $xo_server /usr/bin/git clone -b $xo_branch $xo_server