run apt-get autoremove after updating system packages

Old kernels can build up and some packages may not be needed anymore.

See https://discourse.mailinabox.email/t/storage-space-decreasing/2525/5.
This commit is contained in:
Joshua Tauberer
2017-11-15 11:05:43 -05:00
parent 7bf377eed1
commit f080eabb3a
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -13,6 +13,10 @@ Mail:
* Updated IMAP/POP cipher list to Mozilla's current mondern recommendation.
Installer:
* We now run `apt-get autoremove` at the start of setup to clear out old packages, especially old kernels that take up a lot of space. On the first run, this step may take a long time.
v0.24 (October 3, 2017)
-----------------------