Skip to content

Instantly share code, notes, and snippets.

@justahero
Created February 7, 2014 19:17
Show Gist options
  • Save justahero/8869786 to your computer and use it in GitHub Desktop.
Save justahero/8869786 to your computer and use it in GitHub Desktop.
Remove ElasticSearch installation on CentOs
#!/bin/sh
set -e
/etc/init.d/elasticsearch stop
/usr/local/share/elasticsearch/bin/service/elasticsearch remove
rm -rf /usr/local/share/elasticsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment