Skip to content

Instantly share code, notes, and snippets.

@barbietunnie
Created May 4, 2020 18:50
Show Gist options
  • Save barbietunnie/169f10acdf6c20303da1d3d62accd54a to your computer and use it in GitHub Desktop.
Save barbietunnie/169f10acdf6c20303da1d3d62accd54a to your computer and use it in GitHub Desktop.
Install openjdk-8-jdk-headless on Debian
echo 'deb http://ftp.au.debian.org/debian/ stretch main contrib non-free' > /etc/apt/sources.list.d/stretch.list
apt-get update
apt-get install -y --no-install-recommends openjdk-8-jdk-headless
rm /etc/apt/sources.list.d/stretch.list
apt-get clean
rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment