summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-02 15:49:43 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-02 15:49:43 +0200
commit8ef129b07d8ed645c1666a2a746e9b8e6f81f08f (patch)
treea48d5af371765f5bd4b8df61a119560da9bde7ea
parent2b7c51c0099cce073800bd99a422288e3ee83023 (diff)
Fixed package names
-rw-r--r--README2
-rwxr-xr-xbase-install.sh3
2 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 737c42e..e4d2f1c 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ Usage
-----
tested with Debian Squeeze, might work for Ubuntu and other Debian based distributions
-For Ubuntu Carmic, you need to install refblas3-dev first.
+For Ubuntu Carmic, you need to install libblas-dev first.
git clone http://github.com/opentox/install.git
cd install
diff --git a/base-install.sh b/base-install.sh
index 60e4715..93f241a 100755
--- a/base-install.sh
+++ b/base-install.sh
@@ -24,9 +24,10 @@ if [ ! -e "$APTITUDE" ]; then
exit 1
fi
+touch $HOME/.bashrc
# Pkgs
-packs="lsb-release binutils gcc g++ gfortran wget hostname pwgen git-core raptor-utils r-base sun-java6-jdk libssl-dev zlib1g-dev libreadline-dev libmysqlclient-dev libcurl4-openssl-dev libxml2-dev libxslt1-dev libgsl0-dev sun-java6-jdk libreadline-5.dev"
+packs="lsb-release binutils gcc g++ gfortran wget hostname pwgen git-core raptor-utils r-base sun-java6-jdk libssl-dev zlib1g-dev libreadline-dev libmysqlclient-dev libcurl4-openssl-dev libxml2-dev libxslt1-dev libgsl0-dev sun-java6-jdk libreadline5-dev"
echo
echo "Base Packages:"