On 7/5/2015 11:26 PM, Vasisht, Aditya wrote:
Hello,
Aditya here.
I have installed clearlinux and I need to update it. When I use the command
“swupd_update”. I get an error saying “Network unavailable”. I don’t know where I
should make the network proxy settings in “clearlinux”. Could I please get some help.
Thanks in advance.
we honor http proxies with environment variables of course, e.g.
export http_proxy=<proxy url>
export https_proxy=<proxy url>
we're working on making this automatic (but that involves a lot of fun like needing to
interpret javascript, we're trying to find a small solution to that, that matches our
"keep it small" concept)