mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-30 14:06:08 +02:00
loop: update to v0.8.0-beta
This commit is contained in:
@@ -46,7 +46,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||||||
if [ ${lndInstalledVersionMain} -lt 10 ]; then
|
if [ ${lndInstalledVersionMain} -lt 10 ]; then
|
||||||
sudo -u bitcoin git reset --hard v0.5.1-beta
|
sudo -u bitcoin git reset --hard v0.5.1-beta
|
||||||
else
|
else
|
||||||
sudo -u bitcoin git reset --hard v0.6.5-beta
|
sudo -u bitcoin git reset --hard v0.8.0-beta
|
||||||
fi
|
fi
|
||||||
cd /home/bitcoin/loop/cmd
|
cd /home/bitcoin/loop/cmd
|
||||||
go install ./...
|
go install ./...
|
||||||
|
Reference in New Issue
Block a user