mirror of
https://github.com/elastic/logstash.git
synced 2025-04-22 21:57:26 -04:00
Some other minor changes include: * add back the user level boostrap scripts, useful in that case to pull latest released LS * cleanup formatting for specs and fixed bootstrap scripts for redhats * make the latest logstash version available from the current platform config file * make sure debian based machines use java8 * make sure to use hostname and not just ip:port address when reporting the names Fixes #5350
7 lines
175 B
Bash
7 lines
175 B
Bash
#!/usr/bin/env bash
|
|
|
|
add-apt-repository ppa:openjdk-r/ppa
|
|
apt-get update
|
|
apt-get install -y openjdk-8-jdk
|
|
update-alternatives --config java
|
|
update-alternatives --config javac
|