Files
fusionpbx-install.sh/centos/pre-install.sh
Len bbbf16768f Update pre-install.sh (#92)
added -y so git will auto answer yes
2017-04-15 22:53:21 -06:00

11 lines
218 B
Bash

#!/bin/sh
#install git
yum -y install git
#get the install script
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
#change the working directory
cd /usr/src/fusionpbx-install.sh/centos