mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
build: add bootnode to Ubuntu PPAs too
This commit is contained in:
parent
544247c918
commit
bba4a390e7
1 changed files with 4 additions and 0 deletions
|
|
@ -83,6 +83,10 @@ var (
|
||||||
Name: "geth",
|
Name: "geth",
|
||||||
Description: "Ethereum CLI client.",
|
Description: "Ethereum CLI client.",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Name: "bootnode",
|
||||||
|
Description: "Ethereum bootnode.",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Name: "rlpdump",
|
Name: "rlpdump",
|
||||||
Description: "Developer utility tool that prints RLP structures.",
|
Description: "Developer utility tool that prints RLP structures.",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue