Update pre-install.sh
This commit is contained in:
parent
507c454541
commit
348c82e700
|
|
@ -1,10 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
#upgrade the packages
|
||||
apt-get update && apt-get upgrade -y --force-yes
|
||||
apt-get update && apt-get upgrade -y
|
||||
|
||||
#install packages
|
||||
apt-get install -y --force-yes git lsb-release
|
||||
apt-get install -y git lsb-release
|
||||
|
||||
#get the install script
|
||||
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue