Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package list before installing Jre and use latest version of elasticsearch #434

Merged
merged 2 commits into from
Jan 18, 2015

Conversation

freddiecoleman
Copy link
Contributor

I was unable to get Elasticsearch installed on the latest version Laravel Homestead using Vaprobash as the Jre was trying to get libnss3-nssdb_3.17.1-0ubuntu0.14.04.1_all.deb which no longer exists (now libnss3-nssdb_3.17.1-0ubuntu0.14.04.2_all.deb).

A simple apt-get update before the install fixes the issue :)

@fideloper
Copy link
Owner

That's interesting - You used this Elasticsearch on Homestead? That's neat - probably a good deal of stuff here has the potential to work since they're based on the same OS...

The apt-get update is usually run ahead of time when in context of Vaprobash, but we can add that call in here as well (and of course update the ES version number :D)

fideloper added a commit that referenced this pull request Jan 18, 2015
Update package list before installing Jre and use latest version of elasticsearch
@fideloper fideloper merged commit 6c61418 into fideloper:master Jan 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants