From 303fabf3b811f239e9417447cb6453d05bb8e2b9 Mon Sep 17 00:00:00 2001 From: bnrstnr Date: Thu, 2 Aug 2018 15:42:34 -0400 Subject: [PATCH] Update xo_install.sh --- xo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo_install.sh b/xo_install.sh index 7f4757a..682606f 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -40,7 +40,7 @@ echo "$yarn_repo" | tee /etc/apt/sources.list.d/yarn.list /usr/local/bin/n lts #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