forked from norman/fusionpbx-install.sh-github-mirror
Update pre-install.sh
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#upgrade the packages
|
|
||||||
apt-get update && apt-get upgrade -y --force-yes
|
|
||||||
|
|
||||||
#install git
|
#install git
|
||||||
apt-get install -y --force-yes git
|
pkg install --yes git
|
||||||
|
|
||||||
#get the install script
|
#get the install script
|
||||||
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
|
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
|
||||||
|
|
||||||
|
#change the working directory
|
||||||
|
cd /usr/src/fusionpbx-install.sh/freebsd/
|
||||||
|
|||||||
Reference in New Issue
Block a user