Thread
:
Linux Installer Times Out Behind Firewall
View Single Post
01-29-2015, 03:53 PM
#
10
stvs
Junior Member
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
View Public Profile
Find More Posts by stvs
Track Posts by stvs via RSS