Skip to content

Commit

Permalink
Adjusted spacing for 'rvm notes'
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Nov 22, 2009
1 parent fca4a29 commit bb32aaa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/notes
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@ if [[ "Linux" = "$system" ]] ; then

if [[ ! -z "$rvm_apt_get_binary" ]] ; then
echo -e " $item For JRuby (if you wish to use it) you will need:"
echo -e " $ aptitude install sun-java6-bin sun-java6-jre sun-java6-jdk"
echo -e " $item For MRI & ree (if you wish to use it) you will need:"
echo -e " $ aptitude install bison build-essential zlib1g-dev libssl-dev libreadline5-dev libxml2-dev"
echo -e "\n $ aptitude install sun-java6-bin sun-java6-jre sun-java6-jdk"
echo -e "\n $item For MRI & ree (if you wish to use it) you will need:"
echo -e "\n $ aptitude install bison build-essential zlib1g-dev libssl-dev libreadline5-dev libxml2-dev"

elif [[ ! -z "$rvm_emerge_binary" ]] ; then
echo -e " $item For JRuby (if you wish to use it) you will need:"
echo -e " $ emerge dev-java/sun-jdk dev-java/sun-jre-bin"
echo -e "\n $ emerge dev-java/sun-jdk dev-java/sun-jre-bin"

elif [[ ! -z "$rvm_pacman_binary" ]] ; then
echo -e " $item For JRuby (if you wish to use it) you will need:"
echo -e " $ pacman -Sy jdk jre"

elif [[ ! -z "$rvm_yum_binary" ]] ; then
echo -e " $item For ree (if you wish to use it) you will need:"
echo -e " $ yum install -y rpm-build gcc gcc-c++ redhat-rpm-config ; then download and rpmbuild and install the sdk, Have fun..."
echo -e "\n $ yum install -y rpm-build gcc gcc-c++ redhat-rpm-config ; then download and rpmbuild and install the sdk, Have fun..."

else
echo -e " $item For JRuby (if you wish to use it) you will need:"
echo -e " The SUN java runtime environment and development kit."
echo -e "\n The SUN java runtime environment and development kit."
fi
elif [[ "Darwin" = "$system" ]] ; then
echo -e " $item Be sure that you have XCode Tools (Version 3.2.1 (1613) or later) installed in order to use rvm."
echo -e " $item You should download the latest XCode tools from developer.apple.com. This will be necessary with the dvd install for Snow Leopard which has bugs."
echo -e " $item If you intend on installing MacRuby you must install LLVM first."
echo -e "\n $item You should download the latest XCode tools from developer.apple.com. This will be necessary with the dvd install for Snow Leopard which has bugs."
echo -e "\n $item If you intend on installing MacRuby you must install LLVM first."
fi

echo
Expand Down

0 comments on commit bb32aaa

Please sign in to comment.