Browse Source

更新 'All_installv3.2.sh'

benson 3 năm trước cách đây
mục cha
commit
dbffc84b7f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"