Bope wrote: ↑Sat Sep 14, 2019 2:23 pmI have a raspberry Pi ZeroW running Stretch. I am currently doing an update preparing to install smpt library to send emails. When I ran the apt-get upgrade it is installing a bunch of stuff labeled diversion of /boot/over;ays/.... by rpikernelhack. Then is was installing boot kernel stuff then said it was removing the rpikernelhack stuff. It is doing a number of things I have never seen before during an upgrade. This RPi is only about a month old so it is not like there should be so much to update. My son's 3B+ usually says there is nothing to upgrade. Did I pick up something nasty?
Code: Select all
sudo apt update
sudo apt full-upgrade
sudo reboot
Code: Select all
sudo apt-get update
sudo apt-get upgradeBope wrote: ↑Sat Sep 14, 2019 2:49 pmI usedWith stretch being end of life I wasn't expecting any updates and then when I saw a bunch of stuff I was a little concerned.Code: Select all
sudo apt-get update sudo apt-get upgrade
It will still get security updates for quite a while.Bope wrote: ↑Sat Sep 14, 2019 2:49 pmI usedWith stretch being end of life I wasn't expecting any updates and then when I saw a bunch of stuff I was a little concerned.Code: Select all
sudo apt-get update sudo apt-get upgrade