From d1b46f9e0774abfe13f581aea1d876a5cc1b1955 Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Tue, 17 Mar 2020 13:51:05 -0500 Subject: [PATCH] update java install method --- Linux/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Linux/README.md b/Linux/README.md index 55fe918..8404a08 100644 --- a/Linux/README.md +++ b/Linux/README.md @@ -7,8 +7,11 @@ https://www.dell.com/community/Systems-Management-General/iDRAC6-Virtual-Console https://gist.github.com/xbb/4fd651c2493ad9284dbcb827dc8886d6 ## How to use the iDRAC Java KVM console -Download and install the latest java version 8: -https://java.com/en/download/manual.jsp +Download and install the latest version of openjdk: + +``` +sudo apt install openjdk-11-jre +``` Go to the security directory where you installed javas: ```