From b7b25271766eefe2fc991b6921351369289e94a2 Mon Sep 17 00:00:00 2001 From: bnrstnr Date: Thu, 2 Aug 2018 11:06:14 -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 4047cbb..7f4757a 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 +/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