fusionpbx-install.sh/freebsd/pre-install.sh

11 lines
223 B
Bash
Raw Normal View History

2017-04-04 05:37:27 +02:00
#!/bin/sh
#install git
2017-04-04 05:45:34 +02:00
pkg install --yes git
2017-04-04 05:37:27 +02:00
#get the install script
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
2017-04-04 05:45:34 +02:00
#change the working directory
cd /usr/src/fusionpbx-install.sh/freebsd/