forked from norman/fusionpbx-install.sh-github-mirror
Update pre-install.sh
This commit is contained in:
4
debian/pre-install.sh
vendored
4
debian/pre-install.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user