Skip to content

Commit

Permalink
Add TODO note to old build scripts
Browse files Browse the repository at this point in the history
Also remove outdated file for updating bitcoinj
  • Loading branch information
ManfredKarrer committed Oct 22, 2018
1 parent 3984784 commit d7e779d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
2 changes: 2 additions & 0 deletions doc/install_on_unix.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

# TODO that script is outdated. See https://github.com/bisq-network/bisq/blob/master/README.md for new setup with OpenJdk10.

sudo -i

JAVA_HOME=/usr/lib/jvm/java-8-oracle
Expand Down
3 changes: 3 additions & 0 deletions doc/install_on_unix_fin.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh

# TODO that script is outdated. See https://github.com/bisq-network/bisq/blob/master/README.md for new setup with OpenJdk10.


sudo -i

JAVA_HOME=/usr/lib/jvm/java-8-oracle
Expand Down
23 changes: 0 additions & 23 deletions doc/update_fork_bitcoinj.sh

This file was deleted.

0 comments on commit d7e779d

Please sign in to comment.