View Single Post
Old 01-29-2015, 03:53 PM   #10
stvs
Junior Member
stvs began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Dec 2010
Device: Kindle 3
Fixed it. Behind a firewall, you must use 'sudo -E' to preserve the http_proxy and https_proxy environment variables, like this:

Quote:
sudo -E -v && wget -nv -O- https://raw.githubusercontent.com/ko...x-installer.py | sudo -E python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()"
stvs is offline   Reply With Quote