update CLBOSS to 0.12

This commit is contained in:
ZmnSCPxj jxPCSnmZ 2022-05-01 11:24:55 +08:00 committed by openoms
parent 3febd00c7f
commit f18a567dfb
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

@ -2,7 +2,7 @@
# https://github.com/ZmnSCPxj/clboss#operating
# https://github.com/ZmnSCPxj/clboss/releases
CLBOSSVERSION="0.10"
CLBOSSVERSION="0.12"
# command info
if [ $# -lt 1 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ];then
@ -24,7 +24,7 @@ if [ $1 = on ];then
# download tarball
sudo -u bitcoin wget \
https://github.com/ZmnSCPxj/clboss/releases/download/v${CLBOSSVERSION}/clboss-${CLBOSSVERSION}.tar.gz \
https://github.com/ZmnSCPxj/clboss/releases/download/${CLBOSSVERSION}/clboss-${CLBOSSVERSION}.tar.gz \
-O /home/bitcoin/cl-plugins-available/clboss-${CLBOSSVERSION}.tar.gz || exit 1
fi