Hi Someone has managed to sa-update through a proxy? I tried the following ways :
1- I set on my /etc/bash.bashrc export HTTP_PROXY=http://myserver:myport/ export FTP_PROXY=http://myserver:myport/ Another way: 2- I set on my alias sa-update='env http_proxy=http://myserver:myport/ https_proxy=http://myserver:myport/ sa-update' And nothing, any suggestion?