[bisq-network/bisq] Update scripts/install_java.sh script (#5405)

Christoph Atteneder notifications at github.com
Tue Apr 27 20:13:47 CEST 2021


@ripcurlx commented on this pull request.



> @@ -0,0 +1,143 @@
+#!/bin/bash
+
+# Install OpenJDK 11.0.2 on Linux
+
+set -eu
+
+# Download and install locations
+JDK_URL=https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_linux-x64_bin.tar.gz

Weird - Yes, maybe I had it on one VM from AdoptOpenJDK. Looking at my dev (macOS) machine I have openJDK installed via brew on 11.0.10. I just wanted to point out that we should include the latest java version available. No idea why the latest in the archive is only 11.0.2.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5405#discussion_r621475153
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210427/f951737f/attachment.htm>


More information about the bisq-github mailing list