Created
September 13, 2013 14:18
-
-
Save richsoni/6551351 to your computer and use it in GitHub Desktop.
Remove Elastic from vbox
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
> ds s | |
$ sudo -s | |
$ sudo service elasticsearch stop | |
$ rm -rf /usr/local/elasticsearch | |
$ cd /etc/init.d/ | |
$ rm elastic* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment