Create pre-install.sh

This commit is contained in:
FusionPBX 2017-04-03 21:39:57 -06:00 committed by GitHub
parent cf600ab37d
commit b64ffd17d9
1 changed files with 10 additions and 0 deletions

10
debian/pre-install.sh vendored Normal file
View File

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