Skip to content

Instantly share code, notes, and snippets.

@abi
Created May 14, 2011 00:25
Show Gist options
  • Save abi/971541 to your computer and use it in GitHub Desktop.
Save abi/971541 to your computer and use it in GitHub Desktop.
apt.conf to make sure that apt-get doesn't prompt us for confirmation when installing deps
APT {
Get {
Assume-Yes "true";
Fix-Broken "true";
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment