https://stackoverflow.com/a/8636711
The trick is to add environment variables to sudoers file via sudo visudo
command and add these lines:
Defaults env_keep += "ftp_proxy http_proxy https_proxy no_proxy"
taken from ArchLinux wiki.
https://stackoverflow.com/a/8636711
The trick is to add environment variables to sudoers file via sudo visudo
command and add these lines:
Defaults env_keep += "ftp_proxy http_proxy https_proxy no_proxy"
taken from ArchLinux wiki.