From f44664010030fedfbc0bf17a3e4e3100d65c2dce Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Sat, 20 Oct 2012 11:45:08 +0100 Subject: [PATCH] Cut down noise on checking for curl in installer. --- srv/scripts/install.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/srv/scripts/install.sh b/srv/scripts/install.sh index 0ad78aa3..9359b3a3 100755 --- a/srv/scripts/install.sh +++ b/srv/scripts/install.sh @@ -134,18 +134,9 @@ if [ -z $(which curl) ]; then echo "======================================================================================================" echo " Please install curl on your system using your favourite package manager." echo "" - echo " What is 'curl' you might ask?" - echo "" - echo " From the curl manpage:" - echo "" - echo " curl is a tool to transfer data from or to a server, using one of the supported protocols. The" - echo " command is designed to work without user interaction. curl offers a busload of useful tricks like" - echo " proxy support, user authentication, FTP upload, HTTP post, SSL connections, cookies, file transfer" - echo " resume, Metalink, and more. the number of features will make your head spin!" - echo "" echo " GVM uses curl for crucial interactions with it's backend server." echo "" - echo " Please restart after installing curl." + echo " Restart after installing curl." echo "======================================================================================================" echo "" exit 0