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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user