forked from norman/fusionpbx-install.sh-github-mirror
Create pre-install.sh
This commit is contained in:
10
debian/pre-install.sh
vendored
Normal file
10
debian/pre-install.sh
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
#upgrade the packages
|
||||
apt-get update && apt-get upgrade -y --force-yes
|
||||
|
||||
#install git
|
||||
apt-get install -y --force-yes git
|
||||
|
||||
#get the install script
|
||||
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
|
||||
Reference in New Issue
Block a user