fusionpbx-install.sh/centos/pre-install.sh

11 lines
218 B
Bash
Raw Normal View History

2017-04-04 06:28:23 +02:00
#!/bin/sh
#install git
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