Cut down noise on checking for curl in installer.

This commit is contained in:
Marco Vermeulen
2012-10-20 11:45:08 +01:00
parent ba78d819a9
commit f446640100

View File

@@ -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