prepare working directory
This commit is contained in:
parent
6a95af8a65
commit
256d1a4f91
|
|
@ -6,5 +6,10 @@ apt-get update && apt-get upgrade -y --force-yes
|
||||||
#install git
|
#install git
|
||||||
apt-get install -y --force-yes git
|
apt-get install -y --force-yes git
|
||||||
|
|
||||||
|
#prepare dir
|
||||||
|
if [ ! -d /usr/src ]; then
|
||||||
|
mkdir -vp /usr/src
|
||||||
|
fi
|
||||||
|
|
||||||
#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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue