Files
fusionpbx-install.sh/debian/resources/fusionpbx.sh
mafoo bef7c9b4b2 Initial permission changes
added use of getopt to allow command line options to indicate to use different sources

added +x
2016-05-26 19:35:00 +01:00

13 lines
346 B
Bash
Executable File

#!/bin/sh
#send a message
echo "Install FusionPBX"
#install dependencies
apt-get install -y --force-yes vim git dbus haveged ssl-cert
apt-get install -y --force-yes ghostscript libtiff5-dev libtiff-tools
#get the source code
git clone https://github.com/fusionpbx/fusionpbx.git /var/www/fusionpbx
chown -R www-data:www-data /var/www/fusionpbx