loop: update to v0.4.0-beta

This commit is contained in:
openoms 2020-02-10 14:47:11 +00:00
parent e1e7c4cda9
commit 2c4bb62d8b
No known key found for this signature in database
GPG Key ID: A8133C3CF50B44E3

View File

@ -41,7 +41,7 @@ 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.0-rc1.beta
sudo -u bitcoin git reset --hard v0.4.0-beta
cd /home/bitcoin/loop/cmd
go install ./...