Parcourir la source

Delete pre-install.sh

FusionPBX il y a 8 ans
Parent
commit
62e10b7212
1 fichiers modifiés avec 0 ajouts et 10 suppressions
  1. 0 10
      pre-install.sh

+ 0 - 10
pre-install.sh

@@ -1,10 +0,0 @@
-#!/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