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 March 5, 2024 10:45
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 {