Skip to content

Instantly share code, notes, and snippets.

@Zeryther
Created March 20, 2021 20:14
Show Gist options
  • Save Zeryther/6af1a548a73c55703a1f8527200a0562 to your computer and use it in GitHub Desktop.
Save Zeryther/6af1a548a73c55703a1f8527200a0562 to your computer and use it in GitHub Desktop.
Install Java 11 on Debian 9
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