I’ve been with MIAB for a whooping two weeks, but was mildly annoyed waking up to status-check updates showing an error or 3.
After updating the system, these errors were always resolved.
I added a line to crontab to resolve this matter.
Here is something you can paste into terminal to get the same, if you are encountering the same nuisance.
echo "40 0 * * * root cd / && apt-get update -y && apt-get upgrade -y && apt-get autoremove -y && update-grub && /sbin/shutdown -r +5" >> /etc/crontab
No more issues.