Crouton: How to reset proxy when updating chroot?

Created on 12 Apr 2015  ·  3Comments  ·  Source: dnschneid/crouton

I need to know how to disable the proxy when I update my chroot. I saw that under help, by -P it said to specify an empty string to reset, but I don't know what that means. When I run
"sudo sh ~/Downloads/crouton -u -n precise -P"
, and leave -P blank, it says
"no argument for target -P".
So what do I put in front of it to reset the proxy? Thanks.

question

Most helpful comment

Try using either two single-quotes or two double-quotes with no space between them:
sudo sh ~/Downloads/crouton -u -n precise -P ''

All 3 comments

Try using either two single-quotes or two double-quotes with no space between them:
sudo sh ~/Downloads/crouton -u -n precise -P ''

@BRFNGRNBWS - Did that work?

Yeah, it did, thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

duck955 picture duck955  ·  5Comments

wymby picture wymby  ·  6Comments

jbaum98 picture jbaum98  ·  4Comments

tedm picture tedm  ·  3Comments

Jacquelinemarie picture Jacquelinemarie  ·  3Comments