Thank you, I will do that tonight-
apt update -y && apt list --upgradable should be
apt update && apt list --upgradable
.
Get rid of the -y flag. It's not supported.