summaryrefslogtreecommitdiff
path: root/debian.sh
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-07 13:49:53 +0100
committerChristoph Helma <helma@in-silico.ch>2011-03-07 13:49:53 +0100
commita6f62f2b87d5dbba9e5a11448cea86c1aa006faf (patch)
treecc9bd3c24232caf62891739e71e0f4812e7ad285 /debian.sh
parentd3cea0a0d792b76464b0760c879d61e91725c675 (diff)
ruby enterprise and redis updated
Diffstat (limited to 'debian.sh')
-rw-r--r--debian.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian.sh b/debian.sh
index 53ddac3..af1bb76 100644
--- a/debian.sh
+++ b/debian.sh
@@ -12,10 +12,10 @@ apt-get upgrade -y
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
-apt-get install mysql-server -y
-apt-get install xsltproc gnuplot -y
+#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
+#apt-get install mysql-server -y
+apt-get install xsltproc gnuplot -y # for validation
apt-get install libssl-dev zlib1g-dev libreadline-dev libmysqlclient-dev libmysqlclient-dev libcurl4-openssl-dev libxml2-dev libxslt1-dev libgsl0-dev -y
sed -i '/^JAVA_HOME=/d' /etc/profile
echo 'export JAVA_HOME=/usr/lib/jvm/java-6-sun' | tee -a /etc/profile