Skip to content

Instantly share code, notes, and snippets.

@tovbinm
Created October 30, 2012 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tovbinm/3977493 to your computer and use it in GitHub Desktop.
Save tovbinm/3977493 to your computer and use it in GitHub Desktop.
Unattended Java installation on Debian
echo "sun-java6-jdk shared/accepted-sun-dlj-v1-1 boolean true" | debconf-set-selections
DEBIAN_FRONTEND=noninteractive aptitude install -y -f sun-java6-jre sun-java6-bin sun-java6-jdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment