Add -v flag to avoid script exit

This commit is contained in:
David Cook
2024-03-25 13:24:10 +11:00
committed by Pauloparakleto
parent 4a4135f261
commit 15c93a8e95

View File

@@ -21,7 +21,7 @@ NO_COLOR='\033[0m'
RUBY_VERSION=$(cat .ruby-version)
if command -v rbenv > /dev/null; then
./script/rbenv-install.sh
elif command rvm > /dev/null; then
elif command -v rvm > /dev/null; then
./script/rvm-install.sh
fi