Created
March 20, 2021 20:14
-
-
Save Zeryther/6af1a548a73c55703a1f8527200a0562 to your computer and use it in GitHub Desktop.
Install Java 11 on Debian 9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo 'deb http://ftp.debian.org/debian stretch-backports main' | tee /etc/apt/sources.list.d/stretch-backports.list | |
apt update | |
apt install -y openjdk-11-jdk | |
java -version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment