10 hours ago
It's just prolly some differences in which RaspiOS packages have been installed. The in-place update does not do an apt -y upgrade but instead install a specific set of packages. It done this way to avoid the situation where kernel or other packages are installed that break moode configs.
Run the command below to see which packages are upgradable.
Run the command below to see which packages are upgradable.
Code:
sudo apt update && apt list --upgradable