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

Christoph Atteneder notifications at github.com
Wed Apr 28 15:38:08 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

> For macOS, we could use Homebrew and the [adoptopenjdk/openjdk](https://github.com/adoptopenjdk/homebrew-openjdk) tap.

That is the setup I use personally as it is easy to use and upgrade multiple JDKs I can switch around with `jenv` when needed.

-- 
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_r622187249
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210428/cd6f5547/attachment.htm>


More information about the bisq-github mailing list