From f585ca8216160ea74a4e289be6b34e02f1e525ca Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 9 Oct 2017 10:17:19 -0600 Subject: [PATCH] Update pre-install.sh --- debian/pre-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/pre-install.sh b/debian/pre-install.sh index 91daea5..5bb9606 100755 --- a/debian/pre-install.sh +++ b/debian/pre-install.sh @@ -3,8 +3,8 @@ #upgrade the packages apt-get update && apt-get upgrade -y --force-yes -#install git -apt-get install -y --force-yes git +#install packages +apt-get install -y --force-yes git lsb-release #get the install script cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git