Skip to content

Commit

Permalink
Update updater.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sxtq authored Feb 12, 2021
1 parent 6386a27 commit 9aa75bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ checkupdate () {
}

if [ "$cfu" = "1" ] ; then
cvrs=1.3.1
cvrs=1.3.2
lvrs=$(curl -s https://github.com/882wZS6Ps7/Monero-CLI-bash-updater/releases/latest | sed 's/.*v\(.*\)">.*/\1/')
if [ "$lvrs" = "$cvrs" ] ; then
msg="This script is up to date current version is: $cvrs" && print
Expand Down

0 comments on commit 9aa75bd

Please sign in to comment.