mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-09 21:53:47 -05:00
New script template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user