Skip to content

Instantly share code, notes, and snippets.

@so-jelly
Last active July 19, 2019 15:16
Show Gist options
  • Save so-jelly/825967b6b5a733d87565e302ada2fb8b to your computer and use it in GitHub Desktop.
Save so-jelly/825967b6b5a733d87565e302ada2fb8b to your computer and use it in GitHub Desktop.
aptitude
alias apt-get='apt-get \
-o Acquire::BrokenProxy="true" \
-o Acquire::http::No-Cache="true" \
-o Acquire::http::Pipeline-Depth="0" \
-o Acquire::CompressionTypes::Order::="gz"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment