diff --git a/install-freedombone.sh b/install-freedombone.sh index 23ec630e..2eeefc41 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -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