When running apt update on Ubuntu 22.04 (jammy), the Playit APT repository fails with a 404 on the stable Release endpoint.
Environment
What happened
Running apt update produces this error:
Ign:9 https://playit-cloud.github.io/ppa/ubuntu stable InRelease
Err:10 https://playit-cloud.github.io/ppa/ubuntu stable Release
404 Not Found [IP: 185.199.111.153 443]
E: The repository 'https://playit-cloud.github.io/ppa/ubuntu stable Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
Steps to reproduce
- Add the Playit repository on Ubuntu 22.04 (jammy)
- Run apt update
Expected behavior
apt update should complete successfully and the repository should provide a valid Release file.
Actual behavior
APT tries to fetch https://playit-cloud.github.io/ppa/ubuntu/dists/stable/Release and gets a 404 Not Found.
When running apt update on Ubuntu 22.04 (jammy), the Playit APT repository fails with a 404 on the stable Release endpoint.
Environment
What happened
Running apt update produces this error:
Ign:9 https://playit-cloud.github.io/ppa/ubuntu stable InRelease
Err:10 https://playit-cloud.github.io/ppa/ubuntu stable Release
404 Not Found [IP: 185.199.111.153 443]
E: The repository 'https://playit-cloud.github.io/ppa/ubuntu stable Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
Steps to reproduce
Expected behavior
apt update should complete successfully and the repository should provide a valid Release file.
Actual behavior
APT tries to fetch https://playit-cloud.github.io/ppa/ubuntu/dists/stable/Release and gets a 404 Not Found.