bcandrea/consul-deb

Unknown version when installing using ppa

Closed this issue · 1 comments

When I installed consul using the ppa as outlined in the README i get an unknown version number. I used:

sudo apt-add-repository ppa:bcandrea/consul
sudo apt-get update
sudo apt-get install consu

when I ran : consul --version it gave me the following:

Consul unknown-unknown
Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)

@bcandrea I think this may still be an issue. I'm using 0.7.1-1~xenial1~ppa2 from your PPA.

wget https://launchpad.net/~bcandrea/+archive/ubuntu/consul/+files/consul_0.7.1-1~xenial1~ppa2_amd64.deb
dpkg-deb -x consul_0.7.1-1~xenial1~ppa2_amd64.deb consul
./consul/usr/bin/consul --version
Consul unknown-unknown
Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
~~~