File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/ndr_dev_support/capistrano Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33 desc <<~DESC
44 Ensure that the required ruby version is installed.
55
6- This can be installed from /opt/rbenv.tar.gz (first installation only) or vendor/rbenv
6+ This can be installed from /opt/rbenv.tar.gz (first installation only) or vendor/rbenv/
77
88 To place an offline copy of rbenv in /opt/rbenv.tar.gz
99 To make this file, for ruby 3.1.6, run the following commands:
5959 set -e;
6060 if ! rbenv versions --bare 2> /dev/null | grep -q ^#{ Regexp . escape ( version ) } $; then
6161 echo Installing ruby #{ version } ;
62- { sleep 20 ; for i in `seq 1 80`; do echo -n '.'; sleep 30; done & } 2> /dev/null;
62+ { sleep 10 ; for i in `seq 1 80`; do echo -n '.'; sleep 30; done & } 2> /dev/null;
6363 sudo -i -n -u #{ fetch ( :application_user ) } sh -c "
6464 if [ ! -e .rbenv ] && [ -e /opt/rbenv.tar.gz ]; then
6565 tar xf /opt/rbenv.tar.gz .rbenv;
You can’t perform that action at this time.
0 commit comments