xxxxxxxxxx
## If you have zip, unzip, and curl installed since it's a dependency
curl -s "https://get.sdkman.io" | bash
## Then Update the .bashrc or source
source "$HOME/.sdkman/bin/sdkman-init.sh"
## All In One If you're lazy like me lol...
sudo apt -y install zip unzip curl &&\
curl -s "https://get.sdkman.io" | bash &&\
source "$HOME/.sdkman/bin/sdkman-init.sh"