You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) Verify checksum of downloaded file.
2) Added commands:
- status: Print running status of current Elasticsearch verion
- stop: Stop Elasticsearch if running
3) `start` command now starts Elasticsearch in the background
4) Replace `wget` with `curl`
5) Bugs fixed & refactoring