diff --git a/installJava.sh b/installJava.sh index ff729e5..2d91629 100644 --- a/installJava.sh +++ b/installJava.sh @@ -1,5 +1,7 @@ # Install SDKMAN -which curl &> /dev/null || sudo apt update && sudo apt install curl # Install curl if not already installed +# Install dependencies +sudo apt update +sudo apt install curl zip unzip sed -y # set probably installed but it doesn't cost anything to double-check curl -s "https://get.sdkman.io" | bash source "$HOME/.sdkman/bin/sdkman-init.sh"