summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-02-09 19:30:31 +0100
committerChristoph Helma <helma@in-silico.ch>2011-02-09 19:30:31 +0100
commitc7f614accb9f0666db1c3927f7082cb91f9afae6 (patch)
tree1f820f8c3fcd671936159b102d91832cdc2d71da
parentf627f27492c7c6336fa2a5fb4ce4158502e9ccdb (diff)
no initial confirmation for java
-rw-r--r--debian.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian.sh b/debian.sh
index b014eef..562ba64 100644
--- a/debian.sh
+++ b/debian.sh
@@ -9,9 +9,8 @@ then
fi
apt-get update -y
apt-get upgrade -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
+apt-get install binutils gcc g++ gfortran sun-java6-jdk -y
+apt-get install wget hostname pwgen git-core raptor-utils r-base -y
. ./config
echo mysql-server-5.1 mysql-server/root_password password $mysql_root | debconf-set-selections
echo mysql-server-5.1 mysql-server/root_password_again password $mysql_root | debconf-set-selections