Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Table of Contents

Install Ruby

Code Block
themeEmacs
languagebash
mkdir /home/vault/ruby && cd /home/vault/ruby
gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 && curl -L get.rvm.io | bash -s stable
source /etc/profile.d/rvm.sh && rvm install 2.2.1 && rvm use 2.2.1 --default && gem install bundler monitor daemons

Ruby script from within a bash script - Will not start at startup

...