Skip to content

Instantly share code, notes, and snippets.

@sfpprxy
Created November 17, 2020 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sfpprxy/4d3349a76aa7ae10777d97311b9ce1c6 to your computer and use it in GitHub Desktop.
Save sfpprxy/4d3349a76aa7ae10777d97311b9ce1c6 to your computer and use it in GitHub Desktop.
install j9jvm java via sdkman
#!/usr/local/bin/zsh
apt install curl zip unzip -y
curl -s "https://get.sdkman.io" | bash
source "/root/.sdkman/bin/sdkman-init.sh"
while :
do
echo "try download java..."
sdk install java 11.0.9.j9-adpt
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment