8 lines
144 B
Bash
8 lines
144 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
#install git
|
||
|
|
yum install git
|
||
|
|
|
||
|
|
#get the install script
|
||
|
|
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
|