Skip to content

Instantly share code, notes, and snippets.

@steigr
Created January 25, 2015 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steigr/40067c7d9aed221e91a7 to your computer and use it in GitHub Desktop.
Save steigr/40067c7d9aed221e91a7 to your computer and use it in GitHub Desktop.
cd /tmp
curl -fsSLo consul.zip https://dl.bintray.com/mitchellh/consul/0.4.1_linux_amd64.zip
cd /usr/bin
unzip /tmp/consul.zip
rm /tmp/consul.zip
adduser --system --group --home /var/lib/consul consul
chown consul:consul /usr/bin/consul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment