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
+1 -1
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
}