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

Maxim Belkin notifications at github.com
Sun Apr 11 23:37:09 CEST 2021


1. Determine package manager without using Bash arrays (also add `dnf` package manager)
2. Use the new way to install Homebrew:
   ```
   /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
   ```
3. Don't call `brew update` -- Homebrew calls it implicitly.
4. Evaluate `brew shellenv` to get access to the `brew` command
5. Re-org commands to follow the download-unpack-install procedure
6. Remove `| sudo bash`

You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/5405

-- Commit Summary --

  * Update scripts/install_java.sh script

-- File Changes --

    M scripts/install_java.sh (30)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/5405.patch
https://github.com/bisq-network/bisq/pull/5405.diff

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


More information about the bisq-github mailing list