summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
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"