Update & Upgrade a Raspberry PI


Run the following to update then upgrade the Raspberry PI...

sudo apt update -y && sudo apt upgrade -y

Then you should reboot...

sudo reboot