Explorar el Código

Create pre-install.sh

FusionPBX hace 8 años
padre
commit
a65e43b97f
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      freebsd/pre-install.sh

+ 10 - 0
freebsd/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