From 54570286f2ae2f78f4bee674a44d81bcff948976 Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Mon, 15 Jun 2015 00:57:04 +0530 Subject: [PATCH] wget was too verbose --- files/dl/.wgetrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/dl/.wgetrc b/files/dl/.wgetrc index eb531a1..e72b259 100644 --- a/files/dl/.wgetrc +++ b/files/dl/.wgetrc @@ -1,5 +1,5 @@ # Use the server-provided last modification date, if available -timestamping = on +#timestamping = on # Do not go up in the directory structure when downloading recursively no_parent = on @@ -32,7 +32,7 @@ adjust_extension = on robots = off # Print the HTTP and FTP server responses -server_response = on +#server_response = off # Disguise as IE 9 on Windows 7 user_agent = Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)