mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-08-08 09:12:43 +02:00
update CLBOSS to 0.12
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# https://github.com/ZmnSCPxj/clboss#operating
|
# https://github.com/ZmnSCPxj/clboss#operating
|
||||||
|
|
||||||
# https://github.com/ZmnSCPxj/clboss/releases
|
# https://github.com/ZmnSCPxj/clboss/releases
|
||||||
CLBOSSVERSION="0.10"
|
CLBOSSVERSION="0.12"
|
||||||
|
|
||||||
# command info
|
# command info
|
||||||
if [ $# -lt 1 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ];then
|
if [ $# -lt 1 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ];then
|
||||||
@@ -24,7 +24,7 @@ if [ $1 = on ];then
|
|||||||
|
|
||||||
# download tarball
|
# download tarball
|
||||||
sudo -u bitcoin wget \
|
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
|
-O /home/bitcoin/cl-plugins-available/clboss-${CLBOSSVERSION}.tar.gz || exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user