New script template

This commit is contained in:
Nathaniel Landau
2015-01-07 22:59:39 -05:00
parent 5ff40a206c
commit 238f27e581
15 changed files with 543 additions and 259 deletions

View File

@@ -15,9 +15,9 @@ RUBYVERSION="2.1.2"
# Check for RVM
if type_not_exists "rvm"; then
seek_confirmation_head "Install RVM?"
seek_confirmation "Install RVM?"
if is_confirmed; then
e_warning "Installing RVM (Ruby Version Manager) and Ruby which becomes the default ..."
warning "Installing RVM (Ruby Version Manager) and Ruby which becomes the default ..."
curl -L https://get.rvm.io | bash -s stable
source "~/.rvm/scripts/rvm"
fi