Skip to content

Commit

Permalink
for upcoming patch v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
afiniel committed Apr 30, 2022
1 parent ac2dd43 commit e90a76e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion errors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
source /etc/functions.sh
cd $HOME/yiimpool/daemon_builder

RESULT=$(dialog --stdout --title "Afiniel Yiimpool Daemon Installer v1.0.3.1" --menu "Choose one" -1 60 10 \
RESULT=$(dialog --stdout --title "Afiniel Yiimpool Daemon Installer v1.0.3.2" --menu "Choose one" -1 60 10 \
1 "Make clean - does not build only cleans build dir" \
2 "Fix invalid application of sizeof error" \
3 "Fix openSSL 1.1x incompatibilities" \
Expand Down
2 changes: 1 addition & 1 deletion menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
source /etc/functions.sh
cd $HOME/yiimpool/daemon_builder

RESULT=$(dialog --stdout --nocancel --default-item 1 --title "Afiniel Yiimpool Daemon Installer v1.0.3.1" --menu "Choose one" -1 60 8 \
RESULT=$(dialog --stdout --nocancel --default-item 1 --title "Afiniel Yiimpool Daemon Installer v1.0.3.2" --menu "Choose one" -1 60 8 \
' ' "- New and existing Daemon builds and upgrade -" \
1 "Build New Coin Daemon from Source Code" \
2 "Upgrade an Existing Coin Daemon" \
Expand Down
2 changes: 1 addition & 1 deletion menu2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
source /etc/functions.sh
cd $HOME/yiimpool/daemon_builder

RESULT=$(dialog --stdout --title "Afiniel Yiimpool Daemon Installer v1.0.3.1" --menu "Choose one" -1 60 4 \
RESULT=$(dialog --stdout --title "Afiniel Yiimpool Daemon Installer v1.0.3.2" --menu "Choose one" -1 60 4 \
1 "Install Berkeley 4.x Coin with autogen file" \
2 "Install Berkeley 5.x Coin with autogen file" \
3 "Install Coin with makefile.unix file" \
Expand Down
2 changes: 1 addition & 1 deletion menu3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
source /etc/functions.sh
cd $HOME/yiimpool/daemon_builder

RESULT=$(dialog --stdout --title "Afiniel Yiimpool Daemon Installer v1.0.3.1" --menu "Choose one" -1 60 4 \
RESULT=$(dialog --stdout --title "Afiniel Yiimpool Daemon Installer v1.0.3.2" --menu "Choose one" -1 60 4 \
1 "Update Berkeley 4.x Coin with autogen file" \
2 "Update Berkeley 5.x Coin with autogen file" \
3 "Update Coin with makefile.unix file" \
Expand Down

0 comments on commit e90a76e

Please sign in to comment.