Created
June 5, 2014 07:52
-
-
Save nakosung/fc35474761ce46655843 to your computer and use it in GitHub Desktop.
install_consul.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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