Update xo_install.sh

This commit is contained in:
bnrstnr 2018-08-02 15:42:34 -04:00 committed by GitHub
parent b7b2527176
commit 303fabf3b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ echo "$yarn_repo" | tee /etc/apt/sources.list.d/yarn.list
/usr/local/bin/n lts /usr/local/bin/n lts
#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 || echo "Aborting due to failure to install dependencies. Please see troubleshooting guide." && exit /usr/bin/apt-get install --yes build-essential redis-server libpng-dev git python-minimal libvhdi-utils nfs-common || echo "Aborting due to failure to install dependencies. Please see troubleshooting guide." && exit;
/usr/bin/git clone -b $xo_branch $xo_server /usr/bin/git clone -b $xo_branch $xo_server