Update pre-install.sh
This commit is contained in:
parent
507c454541
commit
348c82e700
|
|
@ -1,10 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#upgrade the packages
|
#upgrade the packages
|
||||||
apt-get update && apt-get upgrade -y --force-yes
|
apt-get update && apt-get upgrade -y
|
||||||
|
|
||||||
#install packages
|
#install packages
|
||||||
apt-get install -y --force-yes git lsb-release
|
apt-get install -y 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