use curl downloads in download script with silent mode

pull/38/head
Michael Peter Christen 9 years ago
parent fade8452c6
commit a7b41bd206

@ -215,7 +215,7 @@ function resultLine(type, item, linenumber) {
}
// update download script
if (item.link.indexOf("smb://") >= 0) script += "smbget -n -a -r \"" + item.link + "\"\n"; else script += "curl -OL \"" + item.link + "\"\n";
if (item.link.indexOf("smb://") >= 0) script += "smbget -n -a -r \"" + item.link + "\"\n"; else script += "curl -sOL \"" + item.link + "\"\n";
// make table row
var html = "";

Loading…
Cancel
Save