gilarelli Posted November 21, 2020 Posted November 21, 2020 Hi, I noticed that on my board I didn't have notification with MOTD when updates were available and I think that I've found the culprit: In the file /usr/lib/armbian/armbian-apt-updates of the package linux-buster-root-legacy-nanopim4_20.08.17_arm64.deb, this line stop the script to go further : # give up if packages are broken [[ ! $(dpkg -l | grep ^..r) ]] && exit 0 If I remove the ! then it works (because the script, in fact, gives up if packages are not broken )
TRS-80 Posted November 23, 2020 Posted November 23, 2020 (edited) Could you please submit a Pull Request (PR) with your proposed fix, along with perhaps some note(s) about what/where/how you tested? Edited November 23, 2020 by TRS-80 clarity
Recommended Posts