build: add bootnode to Ubuntu PPAs too

This commit is contained in:
Péter Szilágyi 2017-03-09 11:22:45 +02:00
parent 544247c918
commit bba4a390e7
No known key found for this signature in database
GPG key ID: E9AE538CEDF8293D

View file

@ -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.",