Sha256: 1fcd7f71556396d4b4be66d550920d0ff5fa10e2c794c5b75d1717849fb16749

Contents?: true

Size: 479 Bytes

Versions: 3

Compression:

Stored size: 479 Bytes

Contents

#!/bin/bash

user=`whoami`
if [ "$user" = "root" ] ; then
  echo -e "\033[0;31m <e> \033[0mroot user support is not implemented yet.\033[0m"
  exit 1
fi

info="\n\033[0;32m<i>\033[0m"

echo -e "$info Updating rvm source ~/.rvm/bin/rvm ..."
mkdir -p ~/.rvm/src ~/.rvm/bin
for script in rvm ; do # Prepairing for refactoring.
  cp "`dirname "${0}"`/$script" ~/.rvm/bin/
done

echo -e "\n    Thank you, come again! \n"
echo -e "        ~ Wayne"

source ~/.rvm/bin/rvm
rvm symlinks

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
wayneeseguin-rvm-0.0.24 bash/rvm-update
rvm-0.0.24 bash/rvm-update
rvm-0.0.23 bash/rvm-update