13 lines
316 B
Text
13 lines
316 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
FileBot relies on OpenJDK 11. You may need to set the following in your profile:
|
|
|
|
JAVA_HOME=/usr/local/openjdk11
|
|
|
|
You may also wish to use an alias, like:
|
|
|
|
alias filebot='JAVA_HOME=/usr/local/openjdk11 LD_LIBRARY_PATH=/usr/local/share/java/classes filebot'
|
|
EOM
|
|
}
|
|
]
|