From 450ae2d80fe3e7e6d7935b41cb6a4ecde0b4c277 Mon Sep 17 00:00:00 2001 From: Dustin B Date: Thu, 23 May 2019 17:32:22 -0400 Subject: [PATCH] Update xo_install.sh --- xo_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xo_install.sh b/xo_install.sh index e890f64..d5613af 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -22,7 +22,7 @@ xo_service="xo-server.service" # Ensure that git and curl are installed /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 cd /opt @@ -44,7 +44,7 @@ n 8.16 ln -s /usr/bin/node /usr/local/bin/node # 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