Fix error in update bashrc skript

This commit is contained in:
TKE
2021-01-27 10:01:47 +01:00
parent c6acbb566f
commit dea4acd709

View File

@@ -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}"