mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-23 21:18:07 +00:00
Clean apt cache after each upgrade
This commit is contained in:
parent
f80fc78d27
commit
1a7447e541
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user