I am trying to install sdkman on my mac. I simply copy and paste the curl command that is given on the website "curl -s "https://get.sdkman.io" | bash" but when i do I keep getting the error message mentioned above in the title.
I remove the -s to get the error message so the command looks like this "curl "https://get.sdkman.io" | bash"
can anyone help?