diff --git a/debian/pre-install.sh b/debian/pre-install.sh new file mode 100644 index 0000000..a9ac5ed --- /dev/null +++ b/debian/pre-install.sh @@ -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