From 367f2076b4890fdac0f9da6882740e96a24e436a Mon Sep 17 00:00:00 2001 From: a3ilson <a@3ilson.com> Date: Sun, 25 Aug 2019 10:32:00 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84a92c9..b3a4240 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee sudo apt-get update ``` -### 6. Install Java 11 +### 6. Install Java 12 ``` -sudo apt-get install oracle-java11-installer-local +sudo apt install oracle-java12-installer ``` # Install -- GitLab