Raspberry Pi 2 - Unable to update from November 2020 18.9 "Connectivity issue"

I’m stucked on 18.9 November 2020 on a Raspberry Pi 2 Model B having the “Connectivity issue”
Already tried the Hotfix without success and already checked in /etc/apt/sources.list no presence of old entry as reported in another post, this is my source.list

deb Index of /debian buster main contrib non-free

deb Index of /debian buster-updates main contrib non-free

deb http://security.debian.org/ buster/updates main contrib non-free

deb http://apt.osmc.tv buster main

deb-src Index of /raspbian/ wheezy main contrib non-free rpi
deb-src Index of /raspbian wheezy main contrib non-free rpi

Do u have other suggestions?

Remove those two lines and run
sudo apt update
sudo apt dist-upgrade
and check for any errors

correct sources.list should be

deb http://ftp.debian.org/debian buster main contrib non-free
deb http://ftp.debian.org/debian/ buster-updates main contrib non-free
deb http://security.debian.org/ buster/updates main contrib non-free
deb http://apt.osmc.tv buster main
1 Like

You’re the man!
After deleting these 2 lines runned the ssh manual update and BOOM! Updated!
Thanks!!! :call_me_hand: :call_me_hand: