Explorar el Código

更新 'All_installv3.2.sh'

benson hace 3 años
padre
commit
dbffc84b7f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      All_installv3.2.sh

+ 1 - 1
All_installv3.2.sh

@@ -9,7 +9,7 @@ sudo apt-get install grep -y
 #Item2 LAMP
 echo "start install LAMP"
 sudo apt-get install tasksel -y
-sudo tasksel install lamp-server
+sudo "DEBIAN_FRONTEND=noninteractive apt-get autoremove" tasksel install lamp-server
 
 
 echo "install phpmyadmin"