Remove apache
This commit is contained in:
parent
988be5abe7
commit
e525eb4cad
|
@ -119,6 +119,7 @@ function initial_setup {
|
||||||
if grep -Fxq "initial_setup" $COMPLETION_FILE; then
|
if grep -Fxq "initial_setup" $COMPLETION_FILE; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
apt-get -y remove --purge apache*
|
||||||
apt-get -y dist-upgrade
|
apt-get -y dist-upgrade
|
||||||
apt-get -y install ca-certificates emacs24
|
apt-get -y install ca-certificates emacs24
|
||||||
echo 'initial_setup' >> $COMPLETION_FILE
|
echo 'initial_setup' >> $COMPLETION_FILE
|
||||||
|
|
Loading…
Reference in New Issue