mirror of
https://github.com/bitromortac/lndmanage.git
synced 2026-08-13 12:33:37 +02:00
protos: pin protoc version
This commit is contained in:
parent
17d6f2e082
commit
71d99196d0
1 changed files with 6 additions and 1 deletions
|
|
@ -1,7 +1,12 @@
|
|||
#!/bin/bash
|
||||
git clone https://github.com/googleapis/googleapis.git
|
||||
pip install grpcio grpcio-tools googleapis-common-protos
|
||||
python -m venv temp
|
||||
source temp/bin/activate
|
||||
pip install --upgrade pip
|
||||
pip install grpcio==1.51.3 grpcio-tools==1.48.2 googleapis-common-protos==1.58.0 protobuf==3.20.3
|
||||
|
||||
tag="v0.15.5-beta"
|
||||
|
||||
wget "https://raw.githubusercontent.com/lightningnetwork/lnd/${tag}/lnrpc/lightning.proto" -O lightning.proto
|
||||
wget "https://raw.githubusercontent.com/lightningnetwork/lnd/${tag}/lnrpc/routerrpc/router.proto" -O router.proto
|
||||
wget "https://raw.githubusercontent.com/lightningnetwork/lnd/${tag}/lnrpc/walletrpc/walletkit.proto" -O walletkit.proto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue