1
0
mirror of https://github.com/jcwimer/railsVagrant synced 2026-03-24 18:44:42 +00:00

Removed elasticsearch.deb and download it from script.

This commit is contained in:
2015-04-20 15:27:32 -04:00
parent 9006e9da70
commit 966851c75e
2 changed files with 2 additions and 1 deletions

View File

@@ -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

Binary file not shown.