瀏覽代碼

Remove apache

Bob Mottram 10 年之前
父節點
當前提交
e525eb4cad
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      install-freedombone.sh

+ 1
- 0
install-freedombone.sh 查看文件

@@ -119,6 +119,7 @@ function initial_setup {
119 119
   if grep -Fxq "initial_setup" $COMPLETION_FILE; then
120 120
 	  return
121 121
   fi
122
+  apt-get -y remove --purge apache*
122 123
   apt-get -y dist-upgrade
123 124
   apt-get -y install ca-certificates emacs24
124 125
   echo 'initial_setup' >> $COMPLETION_FILE