-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launcher Script with (Java?) Shebang #336
Comments
vorburger
added a commit
to vorburger/enola
that referenced
this issue
Dec 31, 2023
vorburger
added a commit
to vorburger/enola
that referenced
this issue
Dec 31, 2023
vorburger
added a commit
that referenced
this issue
Dec 31, 2023
#395 adds this, after all. |
vorburger
added a commit
that referenced
this issue
Dec 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once #334 is available, there should be an "end-user launch script".
https://docs.enola.dev/use/ could just document
curl
(orwget
) https://raw.githubusercontent.com/enola-dev/enola/main/enola (or from a newdistro
kinda repo).This (bash) script would then
curl
(orwget
) the latest JAR from #334, and launch it. (Probably also check and automagically re-download updates, perhaps like this?)Such a script could later even check if the current or parent directories contain an
.enolaversion
kind of file, and download the appropriate one.An alternative could be using JSR x approach, with a
#!/usr/local/bin/java --source 11
shebang. It assumes Java is installed - but so does the previous approach. However the previous approach is more in-line with upcoming #337.The text was updated successfully, but these errors were encountered: