Remove snapd

This commit is contained in:
Héctor Molinero Fernández 2020-05-28 22:40:53 +02:00
parent ff9e519c29
commit b1d8e5ccba

View File

@ -36,6 +36,8 @@ build {
EOF
,
<<EOF
apt-get purge -y \
snapd
apt-get install -y \
dns-root-data \
fail2ban \
@ -49,6 +51,7 @@ build {
unattended-upgrades \
unbound \
wireguard
apt-get autoremove -y
EOF
,
<<EOF