Created
May 4, 2020 18:50
-
-
Save barbietunnie/169f10acdf6c20303da1d3d62accd54a to your computer and use it in GitHub Desktop.
Install openjdk-8-jdk-headless on Debian
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.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