Skip to content

Instantly share code, notes, and snippets.

@ervinb
Last active August 29, 2015 14:19
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 ervinb/11c5b16266e9d2ba1160 to your computer and use it in GitHub Desktop.
Save ervinb/11c5b16266e9d2ba1160 to your computer and use it in GitHub Desktop.
Upgrade Elasticsearch
sudo service elasticsearch stop && wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.6.0.deb && echo Y | sudo dpkg -i elasticsearch-1.6.0.deb && sudo service elasticsearch start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment