BlackCorsair/install-jdk-on-steam-deck

Jdk 8 support

csaboka21 opened this issue · 2 comments

Greetings!

Could you add support for JDK8?

Maybe choose at the start of the script or a completely different script?

Hey! I'll try, but last time I check I couldn't reliably automate the download of the jdk.

What would you (as a user) prefer?

  • for the script to ask you the version.
  • you set an environment variable and exec the script? Kinda like: JDK_VERSION=8 ./scripts/install-jdk.sh. By default it would install the latest available.

I think it's more user friendly if the scripts asks it at the start of the run.