FusionPBX 8 лет назад
Родитель
Сommit
854776b270
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      freebsd/pre-install.sh

+ 4 - 4
freebsd/pre-install.sh

@@ -1,10 +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
+pkg install --yes git
 
 #get the install script
 cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
+
+#change the working directory
+cd /usr/src/fusionpbx-install.sh/freebsd/