Skip to content

Instantly share code, notes, and snippets.

@fajran
Created October 19, 2013 10:56
Show Gist options
  • Save fajran/7054429 to your computer and use it in GitHub Desktop.
Save fajran/7054429 to your computer and use it in GitHub Desktop.
apt-web
APT {
Architecture "amd64";
Get {
Download-Only "true";
};
};
Dir {
State "./dir/apt" {
Status "./status";
};
Cache "./dir/cache" {
Archives "./dir/archives";
};
Etc "./dir/etc" {
SourceList "./sources.list";
};
};
APT {
Architecture "i386";
Get {
Download-Only "true";
};
};
Dir {
State "./dir/apt" {
Status "./status";
};
Cache "./dir/cache" {
Archives "./dir/archives";
};
Etc "./dir/etc" {
SourceList "./sources.list";
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment