summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-31 15:19:52 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-31 15:19:52 +0200
commit2e0651a4b6da1bbae8f9556bab2d9330988b1dc8 (patch)
tree392ece8472cdc04524ec117bd3129256379ea2f8 /install
parent7578e353de1cde367e7fd08235e23b6e499c1197 (diff)
all
Diffstat (limited to 'install')
-rwxr-xr-xinstall8
1 files changed, 5 insertions, 3 deletions
diff --git a/install b/install
index 2285107..d6422a5 100755
--- a/install
+++ b/install
@@ -2,9 +2,11 @@
# Main Opentox-ruby install script
# Author: Christoph Helma, Andreas Maunz
-echo "Opentox-ruby installation"
-echo "Press <Enter> to continue..."
-read
+LOG="/tmp/`basename $0`-log.txt"
+source ./utils.sh
+echo "Opentox-ruby installation."
+echo "You may need to give root password for some privileged actions right now:"
+cmd="sudo echo -n \"\"" && run_cmd "$cmd" "Acquire privileges"
source "./config"
source "./base-install.sh"