File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33source /home/joinmarket/_functions.sh
44
5+ currentJBversion=$( cd $HOME /joininbox; git describe --tags)
6+ currentJMversion=$( cd $HOME /joinmarket-clientserver; git describe --tags)
7+
58# BASIC MENU INFO
6- HEIGHT=8
7- WIDTH=55
9+ HEIGHT=11
10+ WIDTH=56
811CHOICE_HEIGHT=2
912TITLE=" Update options"
10- MENU=" "
13+ MENU="
14+ Current JoininBox version: $currentJBversion
15+ Current JoinMarket version: $currentJMversion "
1116OPTIONS=()
1217BACKTITLE=" JoininBox GUI"
1318
1419# Basic Options
1520OPTIONS+=(\
1621 JOININBOX " Update the JoininBox scripts and menu" \
17- JOINMARKET " Update JoinMarket to $( grep JMVersion= < ~ /_functions.sh | cut -d ' "' -f 2) " \
22+ JOINMARKET " Update/reinstall JoinMarket to $( grep JMVersion= < ~ /_functions.sh | cut -d ' "' -f 2) " \
1823)
1924
2025CHOICE=$( dialog --clear \
You can’t perform that action at this time.
0 commit comments