From 9a3090b6b29df0ffa5b0a385490eb980cf08db3f Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 24 Apr 2024 16:07:51 +0200 Subject: [PATCH] default wget options --- gaboshlib.include | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gaboshlib.include b/gaboshlib.include index 9d74854..17973fa 100644 --- a/gaboshlib.include +++ b/gaboshlib.include @@ -14,6 +14,9 @@ do done ## +# WGET Options +g_wget_opts="--timeout 10 --tries=2 --user-agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'" + # if runnign directly from shell if echo $0 | egrep -q '^-bash$|^-su$' then