Correct dpkg issues

This commit is contained in:
Taylor Helsper 2019-11-26 18:17:33 -06:00
parent 27b45bcf61
commit 17c5dac29c

View File

@ -14,6 +14,10 @@ systemctl stop lnd
systemctl stop quicksync
systemctl stop bitcoind
# Check if any dpkg installs have failed and correct
dpkg --configure -a
# Check for updates (might auto-install all updates later)
apt-get update