Skip to content

Commit

Permalink
Java 1.7 is no longer supported, Java 11 is the newest LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa committed Aug 9, 2019
1 parent b5036c5 commit 6972288
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/s3_website
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,15 @@ def autoinstall_java_or_print_help_and_exit(logger)
automatic_methods = [
{
:package_manager_lookup => 'which apt-get',
:install_command => 'sudo apt-get install --assume-yes openjdk-7-jre'
:install_command => 'sudo apt-get install --assume-yes openjdk-11-jre'
},
{
:package_manager_lookup => 'which yum',
:install_command => 'sudo yum install --assumeyes java-1.7.0-openjdk'
:install_command => 'sudo yum install --assumeyes java-11-openjdk'
},
{
:package_manager_lookup => 'which dnf',
:install_command => 'sudo dnf install --assumeyes java-1.7.0-openjdk'
:install_command => 'sudo dnf install --assumeyes java-11-openjdk'
}
]

Expand Down

0 comments on commit 6972288

Please sign in to comment.