X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/136c0dd03fd3df62c2f9d47d29481bc68c9c1333..de3b2f9a31e7d6df9fb53fff149f5ee43d1664d0:/docker/build.sh diff --git a/docker/build.sh b/docker/build.sh index c9fbf05ff6..77aeb1f187 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -1,14 +1,11 @@ #! /bin/bash -# make sure Ruby 1.9.3 is installed before proceeding +# make sure a Ruby version greater than or equal to 1.9.3 is installed before proceeding 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, or else press ENTER to install ruby1.9.3 and continue. " unused - - sudo apt-get update - sudo apt-get -y install ruby1.9.3 + echo "Building the Arvados docker containers requires at least Ruby 1.9.3." + echo "Please install ruby 1.9.3 or higher before executing this script." + exit 1 fi function usage {