mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-24 13:38:11 +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
|
rm -f /etc/update-motd.d/98-armbian-autoreboot-warn || true
|
||||||
|
|
||||||
|
|
||||||
|
# Clean apt-cache
|
||||||
|
apt-get clean
|
||||||
|
|
||||||
# Enable any new/required services
|
# Enable any new/required services
|
||||||
systemctl enable bitcoind
|
systemctl enable bitcoind
|
||||||
systemctl enable lnd
|
systemctl enable lnd
|
||||||
|
|
Loading…
Reference in New Issue
Block a user