setup: use release install so that lncli will use right arch

This commit is contained in:
Carla Kirk-Cohen 2024-04-19 09:42:38 -04:00
parent 9f25313cc2
commit 84a8cf1153
No known key found for this signature in database
GPG Key ID: 4CA7FE54A6213C91
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ mv "$bitcoin_dir/bin/bitcoin-cli" /bin
git clone https://github.com/carlaKC/lnd
cd lnd
git checkout attackathon
make install
make release-install
mv /root/go/bin/lncli /bin
cd ..