Merge pull request #611 from keblek/patch-2

Removed -y flag in apt command
pull/626/head
Andreas M. Antonopoulos 3 years ago committed by GitHub
commit 4f8a6508d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -861,7 +861,7 @@ The required Java compiler is part of OpenJDK 11. We will also need a build fram
On a Debian/Ubuntu Linux system we can use the +apt+ command to install both OpenJDK11 and Maven as shown below:
----
$ sudo apt install -y openjdk-11-jdk maven
$ sudo apt install openjdk-11-jdk maven
----
Verify that you have the correct version installed by running:

Loading…
Cancel
Save