Created
November 17, 2020 09:49
-
-
Save sfpprxy/4d3349a76aa7ae10777d97311b9ce1c6 to your computer and use it in GitHub Desktop.
install j9jvm java via sdkman
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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