We're now on an updated version, so this conditional is always true:
if [[ $(rbenv --version) != 'rbenv 1.1.0' ]]; then
echo -e "\n There may have been an issue installing rbenv. Please ask consultant for assistance. \n"
fi
Maybe get rid of it, and just mention, "Please check you have installed the latest version of rbenv, which can be seen in the most up-to-date commit of this file in the rbenv github repository"
We're now on an updated version, so this conditional is always true:
Maybe get rid of it, and just mention, "Please check you have installed the latest version of rbenv, which can be seen in the most up-to-date commit of this file in the rbenv github repository"