java.sh 231 B

123456
  1. #!/bin/bash
  2. # TODO include a check before we do all this, because it's
  3. # annoyingly slow to run apt-get if we don't need to
  4. sudo apt-get install -y openjdk-7-jdk
  5. sudo apt-get remove -y --purge openjdk-6-jre openjdk-6-jre-headless