Auto-confirm removal of unused packg.

This commit is contained in:
Alex D. 2019-01-01 22:28:00 +01:00
parent 464be64106
commit a25ae753fd
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ function maitenance {
apt-get update
apt-get clean
apt-get autoclean
apt-get autoremove
apt-get -y autoremove
output "info" "Clearing logs"
rm -v /var/log/nginx/*.*
journalctl --vacuum-size=20M