Skip to content

Commit

Permalink
fix linux .sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Apr 4, 2024
1 parent 7f64276 commit 03d96b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tika-gui-app/bin/tika-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#TODO: update the script to find the executable, whether it
# is under the jdk name or the aarch Contents/Home/ stuff.
# Can we do anything better than chmod?
if [ ! -d "jre/zulu17.46.19-ca-fx-jre17.0.9-linux_x64" ]
if [ ! -d "jre/zulu17.48.15-ca-fx-jre17.0.10-linux_x64" ]
then
echo "Unpacking zipped jre."
cd jre
Expand Down

0 comments on commit 03d96b5

Please sign in to comment.