summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian.sh b/debian.sh
index 1e9d5a0..239c789 100644
--- a/debian.sh
+++ b/debian.sh
@@ -9,7 +9,8 @@ then
fi
apt-get update -y
apt-get upgrade -y
-apt-get install binutils gcc g++ gfortran sun-java6-jdk -y
+apt-get install binutils gcc g++ gfortran -y
+apt-get install sun-java6-jdk # needs interaction to confirm license
apt-get install wget hostname pwgen git-core raptor-utils r-base -y # xvfb
. ./config
echo mysql-server-5.1 mysql-server/root_password password $mysql_root | debconf-set-selections