Update pre-install.sh

This commit is contained in:
FusionPBX
2019-02-17 09:44:51 -07:00
committed by GitHub
parent 507c454541
commit 348c82e700

View File

@@ -1,10 +1,10 @@
#!/bin/sh
#upgrade the packages
apt-get update && apt-get upgrade -y --force-yes
apt-get update && apt-get upgrade -y
#install packages
apt-get install -y --force-yes git lsb-release
apt-get install -y git lsb-release
#get the install script
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git