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

Install from stdin

This commit is contained in:
Lukas Macura
2016-03-24 16:59:49 +01:00
parent ebbe625ba5
commit 47cdd9429c
2 changed files with 34 additions and 13 deletions

View File

@@ -25,7 +25,7 @@ zaf_fetch_url() {
fi
case $scheme in
http|https|ftp|file)
curl -k -f -s -L -o - "$1";
curl -f -s -L -o - "$1";
;;
esac
}