Sunday 1 February 2015

java install no prompt

http://askubuntu.com/questions/190582/installing-java-automatically-with-silent-option

$ echo debconf shared/accepted-oracle-license-v1-1 select true | \
  sudo debconf-set-selections
$ echo debconf shared/accepted-oracle-license-v1-1 seen true | \
  sudo debconf-set-selections