Skip to content

Instantly share code, notes, and snippets.

@nakosung
Created June 5, 2014 07:52
Show Gist options
  • Save nakosung/fc35474761ce46655843 to your computer and use it in GitHub Desktop.
Save nakosung/fc35474761ce46655843 to your computer and use it in GitHub Desktop.
install_consul.sh
sudo apt-get install -y unzip
curl -OL https://dl.bintray.com/mitchellh/consul/0.2.1_linux_amd64.zip
unzip -o *
chmod +x consul
sudo cp consul /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment