mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Use Java 7 on debian if it's available
This commit is contained in:
parent
92046ebf48
commit
3d2f303e22
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ case $os in
|
|||
--description "$DESCRIPTION" \
|
||||
--vendor "Elasticsearch" \
|
||||
--license "Apache 2.0" \
|
||||
-d "java6-runtime-headless" \
|
||||
-d "java7-runtime-headless | java6-runtime-headless" \
|
||||
--deb-user root --deb-group root \
|
||||
--before-install $os/before-install.sh \
|
||||
--before-remove $os/before-remove.sh \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue