Update pre-install.sh
This commit is contained in:
parent
98e1afe8fe
commit
f585ca8216
|
|
@ -3,8 +3,8 @@
|
||||||
#upgrade the packages
|
#upgrade the packages
|
||||||
apt-get update && apt-get upgrade -y --force-yes
|
apt-get update && apt-get upgrade -y --force-yes
|
||||||
|
|
||||||
#install git
|
#install packages
|
||||||
apt-get install -y --force-yes git
|
apt-get install -y --force-yes git lsb-release
|
||||||
|
|
||||||
#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