X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/428359fce0a1b8f9b922236cb55937ec6339a275..fe8e80e434724578b29d79038a75f677df2ad400:/docker/build.sh diff --git a/docker/build.sh b/docker/build.sh index a6bb5b843a..cbcc840667 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -5,10 +5,10 @@ if ! ruby -e 'exit RUBY_VERSION >= "1.9.3"' 2>/dev/null then echo "Installing Arvados requires at least Ruby 1.9.3." echo "You may need to enter your password." - read -p "Press Ctrl-C to abort, otherwise we will install ruby1.9.3 now..." unused - + read -p "Press Ctrl-C to abort, or else press ENTER to install ruby1.9.3 and continue. " unused + sudo apt-get update sudo apt-get -y install ruby1.9.3 fi -./build.rb $* +build_tools/build.rb $*