From fc04aa5c2a2c7576fb8487ac2d673e66278290ae Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Wed, 7 May 2014 11:53:41 +0200 Subject: [PATCH] added rvm and ruby installation to fedora installer --- install_fedora.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_fedora.sh b/install_fedora.sh index ccdd28ef..b500ede5 100755 --- a/install_fedora.sh +++ b/install_fedora.sh @@ -3,6 +3,8 @@ #software and shell sudo yum install vim tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox sudo chsh -s `which zsh` $USER +curl -sSL https://get.rvm.io | bash -s stable +rvm install ruby DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"