1
0
mirror of https://github.com/limosek/zaf.git synced 2025-12-20 00:57:02 +01:00

Added possibility to use wget

This commit is contained in:
Lukas Macura
2016-12-05 12:03:13 +01:00
parent 9ac7bd34d4
commit 71a79ed57f
4 changed files with 32 additions and 9 deletions

2
zaf
View File

@@ -27,6 +27,8 @@ fi
if [ -n "$ZAF_PROXY" ]; then
export ALL_PROXY="$ZAF_PROXY"
export http_proxy="$ZAF_PROXY"
export https_proxy="$ZAF_PROXY"
fi
if [ -f ./lib/zaf.lib.sh ]; then