[bisq-network/bisq] PriceNode: Add support for multiple ExchangeRateProviders (#4315)

wiz notifications at github.com
Wed Aug 5 23:06:20 UTC 2020


@wiz commented on this pull request.



> @@ -60,8 +60,8 @@ echo "[*] Cloning Bisq repo"
 sudo -H -i -u "${BISQ_USER}" git config --global advice.detachedHead false
 sudo -H -i -u "${BISQ_USER}" git clone --branch "${BISQ_REPO_TAG}" "${BISQ_REPO_URL}" "${BISQ_HOME}/${BISQ_REPO_NAME}"
 
-echo "[*] Installing OpenJDK 10.0.2 from Bisq repo"
-sudo -H -i -u "${ROOT_USER}" "${BISQ_HOME}/${BISQ_REPO_NAME}/scripts/install_java.sh"
+echo "[*] Installing OpenJDK 11"
+sudo -H -i -u "${ROOT_USER}" apt-get install -y openjdk-11-jdk

```suggestion
sudo -H -i -u "${ROOT_USER}" apt-get install -qq -y openjdk-11-jdk
```

-- 
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/4315#pullrequestreview-462081871
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200805/5ddfe8d1/attachment.html>


More information about the bisq-github mailing list