mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-02-01 10:13:07 -05:00
Cut down noise on checking for curl in installer.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user