Remove apache

This commit is contained in:
Bob Mottram 2014-09-21 23:11:08 +01:00
parent 988be5abe7
commit e525eb4cad
1 changed files with 1 additions and 0 deletions

View File

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