Restore override and apt-release.conf from apt-repo

This commit is contained in:
2025-05-04 18:41:16 +02:00
parent b608d84167
commit 974721be9e
5 changed files with 8 additions and 0 deletions

7
apt-release.conf Normal file
View File

@@ -0,0 +1,7 @@
APT::FTPArchive::Release::Origin "24unix";
APT::FTPArchive::Release::Label "Gitea Debian Repository";
APT::FTPArchive::Release::Suite "stable";
APT::FTPArchive::Release::Codename "stable";
APT::FTPArchive::Release::Architectures "amd64 arm64";
APT::FTPArchive::Release::Components "main";
APT::FTPArchive::Release::Description "Gitea Debian Packages";