From e0e3804e272daf1ccdab6347dba6bac947f09410 Mon Sep 17 00:00:00 2001 From: deajan Date: Fri, 8 Apr 2016 21:11:57 +0200 Subject: [PATCH] Redirect curl to /dev/null --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ce091d0..fb6f59e 100755 --- a/install.sh +++ b/install.sh @@ -181,7 +181,7 @@ function Statistics { fi if type curl > /dev/null; then - curl $link > /dev/null 2>&1 + curl -o /dev/null $link > /dev/null 2>&1 if [ $? == 0 ]; then return 0 fi