Merge pull request #1024 from openoms/v1.4-Loop-update

loop: update to v0.4.1-beta
This commit is contained in:
Christian Rotzoll 2020-02-17 00:05:52 +01:00 committed by GitHub
commit a1264ee151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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-beta
sudo -u bitcoin git reset --hard v0.4.1-beta
cd /home/bitcoin/loop/cmd
go install ./...