pre-install.sh 218 B

12345678910
  1. #!/bin/sh
  2. #install git
  3. yum -y install git
  4. #get the install script
  5. cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
  6. #change the working directory
  7. cd /usr/src/fusionpbx-install.sh/centos