Skip to content

Instantly share code, notes, and snippets.

@bulain
Created March 5, 2013 07:22
Show Gist options
  • Save bulain/5088602 to your computer and use it in GitHub Desktop.
Save bulain/5088602 to your computer and use it in GitHub Desktop.
apt update through http proxy
vim /etc/apt/apt.conf
Acquire::http::proxy "http://proxy:8080";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment