update-nutools ignore par défaut l'eventuel proxy défini par http_proxy
This commit is contained in:
parent
13215c364a
commit
7e2a6c3aec
|
@ -8,6 +8,8 @@ PUB_REPO=http://vcs.univ-reunion.fr/anongit/modules/nutools.git
|
|||
NAME=nutools
|
||||
|
||||
################################################################################
|
||||
[ -z "$update_nutools_use_proxy" ] && export http_proxy=
|
||||
|
||||
CURL="$(which curl 2>/dev/null)"
|
||||
WGET="$(which wget 2>/dev/null)"
|
||||
if [ -n "$NUTOOLS_REPO" ]; then
|
||||
|
|
Loading…
Reference in New Issue