Skip to content

Instantly share code, notes, and snippets.

@wongsyrone
Created January 24, 2018 01:46
Show Gist options
  • Save wongsyrone/51f7d68d3b19a97f944c9a8d6ec916d2 to your computer and use it in GitHub Desktop.
Save wongsyrone/51f7d68d3b19a97f944c9a8d6ec916d2 to your computer and use it in GitHub Desktop.
Yaourt use proxy
Yaourt is just wrapper around pacman and other utilities, e.g. cURL. If you want to download essential files such as PKGBUILDs, just pass
environments.
$ http_proxy=10.1.10.40:808 https_proxy=10.1.10.40:808 yaourt -S customizepkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment