Bob Mottram 10 anni fa
parent
commit
e525eb4cad
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      install-freedombone.sh

+ 1
- 0
install-freedombone.sh Vedi File

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