2017-04-04 06:28:23 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
#install git
|
2017-04-16 06:53:21 +02:00
|
|
|
yum -y install git
|
2017-04-04 06:28:23 +02:00
|
|
|
|
|
|
|
|
#get the install script
|
|
|
|
|
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
|
2017-04-04 06:31:39 +02:00
|
|
|
|
|
|
|
|
#change the working directory
|
|
|
|
|
cd /usr/src/fusionpbx-install.sh/centos
|