Skip to content

Instantly share code, notes, and snippets.

View leofeyer's full-sized avatar

Leo Feyer leofeyer

View GitHub Profile
@aarroyoc
aarroyoc / apt-ftparchive.conf
Last active April 4, 2025 19:32
Debian/Ubuntu repo using apt-ftparchive
Dir {
ArchiveDir "./debian";
CacheDir "./cache";
};
Default {
Packages::Compress ". gzip bzip2";
Sources::Compress ". gzip bzip2";
Contents::Compress ". gzip bzip2";
};
TreeDefault {