Sha256: 153f084ab6354d762d717d7a65462e5e74c766635e901347879cc66c4873de7d
Contents?: true
Size: 409 Bytes
Versions: 1
Compression:
Stored size: 409 Bytes
Contents
#!/bin/bash user=`whoami` if [ "$user" = "root" ] ; then echo -e "\033[0;31m <e> \033[0mroot user support is not yet implemented.\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 cp $(pwd)/bash/rvm ~/.rvm/bin/ echo -e "\n Thank you, come again! \n" echo -e " ~ Wayne" source ~/.rvm/bin/rvm rvm symlinks
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wayneeseguin-rvm-0.0.22 | bash/rvm-update |