-
Notifications
You must be signed in to change notification settings - Fork 26
Description
I'm using the latest version to set up a debian. When i run sudo apt-get update
I get the following error:
Get:1 http://security.debian.org/debian-security bullseye-security InRelease [27.2 kB]
Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
Ign:4 http://ftp.debian.org/debian bullseye-backports InRelease
Err:5 http://ftp.debian.org/debian bullseye-backports Release
404 Not Found [IP: 151.101.202.132 80]
Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [387 kB]
Get:7 http://security.debian.org/debian-security bullseye-security/main Translation-en [256 kB]
Get:8 http://deb.debian.org/debian bullseye/main amd64 Packages [8,066 kB]
Get:9 http://deb.debian.org/debian bullseye/main Translation-en [6,235 kB]
Get:10 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]
Get:11 http://deb.debian.org/debian bullseye-updates/main Translation-en [10.5 kB]
Reading package lists...
E: The repository 'http://ftp.debian.org/debian bullseye-backports Release' does not have a Release file.
I have tried to google this and its sounds a lot like https://stackoverflow.com/questions/76693148/apt-debian-repository-does-not-have-a-release-file, i.e., there is an entry in the sources list that is no longer valid. I partially confirmed this by manually browsing the debian repository, the entire bullseye-backports
is missing.
Is it possible as part of this action to fix that, or is this something out of control of the action itself?
If possible, i would appreciate it being fixed in the action itself, beacuse, assuming the SO article is indeed the issue, its kindof tedious to having to manually write code to fix up the file itself everywhere the action is used.
Or maybe that would even be a good improvement during setup, to, without updating, to verify the content and to validate that the links are indeed valid.