Ver Fonte

Update pre-install.sh

FusionPBX há 6 anos atrás
pai
commit
348c82e700
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      debian/pre-install.sh

+ 2 - 2
debian/pre-install.sh

@@ -1,10 +1,10 @@
 #!/bin/sh
 
 #upgrade the packages
-apt-get update && apt-get upgrade -y --force-yes
+apt-get update && apt-get upgrade -y
 
 #install packages
-apt-get install -y --force-yes git lsb-release
+apt-get install -y git lsb-release
 
 #get the install script
 cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git