Clean apt cache after each upgrade

This commit is contained in:
Taylor Helsper 2020-06-27 21:41:42 -05:00
parent f80fc78d27
commit 1a7447e541

View File

@ -569,6 +569,9 @@ rm -f /etc/update-motd.d/41-armbian-config || true
rm -f /etc/update-motd.d/98-armbian-autoreboot-warn || true
# Clean apt-cache
apt-get clean
# Enable any new/required services
systemctl enable bitcoind
systemctl enable lnd