Skip to content

Instantly share code, notes, and snippets.

View wfowlks's full-sized avatar

Wes Fowlks wfowlks

View GitHub Profile
#!/usr/bin/env bash
# update apt
sudo apt-get update
# install java
sudo apt-get install openjdk-7-jre-headless -y
# install elasticsearch
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.5.0.deb