Skip to content

Commit

Permalink
update joinmarket to v0.6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Jul 1, 2020
1 parent 54649f0 commit abcbe7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_joininbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ https://docs.armbian.com/User-Guide_Getting-Started/#how-to-check-download-authe
git clone https://github.com/JoinMarket-Org/joinmarket-clientserver.git
cd joinmarket-clientserver
# latest release: https://github.com/JoinMarket-Orgjoinmarket-clientserver/releases
git reset --hard v0.6.2
git reset --hard v0.6.3.1
./install.sh --without-qt
```
### Set up JoinMarket
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.joinmarket.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ ! -f "/home/joinmarket/joinmarket-clientserver/jmvenv/bin/activate" ] ; the
sudo apt install -y python3-dev python3-pip git build-essential automake pkg-config libtool libffi-dev libssl-dev libgmp-dev libsodium-dev
sudo -u joinmarket git clone https://github.com/Joinmarket-Org/joinmarket-clientserver
cd joinmarket-clientserver
git reset --hard v0.6.2
git reset --hard v0.6.3.1
# set up jmvenv
sudo apt install -y virtualenv
# use the PySide2 armf package from the system
Expand Down

0 comments on commit abcbe7a

Please sign in to comment.