Remove eatmydata package if installed

This commit is contained in:
Daniel Winzen
2020-08-01 09:04:49 +02:00
parent db0d358d27
commit c56f8fffce

View File

@ -10,7 +10,7 @@ The configuration was tested with a standard Debian buster and Ubuntu 18.04 LTS
Uninstall packages that may interfere with this setup:
```
DEBIAN_FRONTEND=noninteractive apt-get purge -y apache2* resolvconf exim4* nginx* libnginx-mod* php7* && systemctl disable systemd-resolved.service
DEBIAN_FRONTEND=noninteractive apt-get purge -y apache2* resolvconf eatmydata exim4* nginx* libnginx-mod* php7* && systemctl disable systemd-resolved.service
```
The following command will install all required packages: