diff --git a/setup/build.sh b/setup/build.sh index 556731b..9e5c9e9 100644 --- a/setup/build.sh +++ b/setup/build.sh @@ -10,5 +10,6 @@ rvm rubygems current sudo apt-get install git-core -y wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh cd /vagrant/setup +wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.10.deb sudo dpkg -i elasticsearch-0.90.10.deb - +rm elasticsearch-0.90.10.deb diff --git a/setup/elasticsearch-0.90.10.deb b/setup/elasticsearch-0.90.10.deb deleted file mode 100644 index c989c99..0000000 Binary files a/setup/elasticsearch-0.90.10.deb and /dev/null differ