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