loop: update t0 v0.5.1-beta

This commit is contained in:
openoms
2020-03-22 09:59:35 +00:00
parent 1f8525b4bf
commit 32b0fa9655

View File

@@ -41,7 +41,8 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
cd /home/bitcoin
sudo -u bitcoin git clone https://github.com/lightninglabs/loop.git
cd /home/bitcoin/loop
sudo -u bitcoin git reset --hard v0.4.1-beta
# https://github.com/lightninglabs/loop/releases
sudo -u bitcoin git reset --hard v0.5.1-beta
cd /home/bitcoin/loop/cmd
go install ./...