Browse Source

Update pre-install.sh

FusionPBX 6 năm trước cách đây
mục cha
commit
348c82e700
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      debian/pre-install.sh

+ 2 - 2
debian/pre-install.sh

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