Last active
June 1, 2020 18:29
-
-
Save boina-n/f7d18e2d09ab544edc2357370a34af2a to your computer and use it in GitHub Desktop.
set proxy for apt in ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat <<EOF > /etc/apt/apt.conf.d/01proxy | |
Acquire::http::Proxy "http://10.0.2.2:8080"; EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment