build: add bootnode to Ubuntu PPAs too (#3766)

This commit is contained in:
Péter Szilágyi 2017-03-09 12:02:43 +02:00 committed by Jeffrey Wilcke
parent 544247c918
commit 288700c4d8

View File

@ -83,6 +83,10 @@ var (
Name: "geth",
Description: "Ethereum CLI client.",
},
{
Name: "bootnode",
Description: "Ethereum bootnode.",
},
{
Name: "rlpdump",
Description: "Developer utility tool that prints RLP structures.",