From 0141a51786618b5d3a5db51584ecc4fe30926668 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Wed, 4 Sep 2019 15:12:40 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/installer.sh b/installer.sh index 3dd8892..786478d 100644 --- a/installer.sh +++ b/installer.sh @@ -43,6 +43,11 @@ mkdir -p /etc/nginx mkdir -p /var/www/"$domain"/html chmod -R 755 /var/www +##-------------## +# Debloat # +##-------------## +apt autoremove --purge lxcfs lxd lxd-client geoip-database snapd -y + ##-----------------------## # Html Folder Perms # ##-----------------------##