diff --git a/proxy/update_bashrc_proxy.sh b/proxy/update_bashrc_proxy.sh index 2ee9aa8..2d72cc0 100755 --- a/proxy/update_bashrc_proxy.sh +++ b/proxy/update_bashrc_proxy.sh @@ -46,3 +46,4 @@ echo 'export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt' >> "${proxy_ echo "[ -f ${noproxy_file} ] && . ${noproxy_file}" >> "${proxy_file}" [ -f "${noproxy_file}" ] || echo 'export "NO_PROXY=localhost,127.0.0.1"' > "${noproxy_file}" +