So just running the update manually (currently have the jan 2023 update) I noticed it flashes an error too quick to read. Tried updating from ssh and it looks like I have a sources problem
osmc@osmc:~$ sudo apt update && sudo apt full-upgrade
Hit:1 http://security.debian.org bullseye-security InRelease
Hit:2 http://ftp.debian.org/debian bullseye InRelease
Hit:3 http://ftp.debian.org/debian bullseye-updates InRelease
Ign:4 https://wagnerch.github.io/ppa/buster ./ InRelease
Err:5 https://wagnerch.github.io/ppa/buster ./ Release
404 Not Found [IP: 185.199.108.153 443]
Hit:6 https://ftp.fau.de/osmc/osmc/apt bullseye InRelease
Reading package lists... Done
E: The repository 'https://wagnerch.github.io/ppa/buster ./ Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
osmc@osmc:~$
Seems to be a relic of the old debian 11 testing? What changes should I make?
Here is my sources.list
osmc@osmc:/etc/apt$ cat sources.list
deb http://ftp.debian.org/debian bullseye main contrib non-free
deb http://ftp.debian.org/debian/ bullseye-updates main contrib non-free
deb http://security.debian.org/ bullseye-security main contrib non-free
deb http://apt.osmc.tv bullseye main
But this is in /etc/apt/sources.list.d
osmc@osmc:/etc/apt$ cd sources.list.d
osmc@osmc:/etc/apt/sources.list.d$ ls
wagnerch-buster-ppa.list
osmc@osmc:/etc/apt/sources.list.d$ cat wagnerch-buster-ppa.list
deb https://wagnerch.github.io/ppa/buster ./
osmc@osmc:/etc/apt/sources.list.d$
Should I just delete wagnerch-buster-ppa.list ?