loop: update to v0.8.0-beta

This commit is contained in:
openoms
2020-08-18 11:09:32 +01:00
parent c2386ab3e2
commit 4ea2d3a5f7

View File

@@ -46,7 +46,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
if [ ${lndInstalledVersionMain} -lt 10 ]; then
sudo -u bitcoin git reset --hard v0.5.1-beta
else
sudo -u bitcoin git reset --hard v0.6.5-beta
sudo -u bitcoin git reset --hard v0.8.0-beta
fi
cd /home/bitcoin/loop/cmd
go install ./...