Skip to content

Commit

Permalink
Save file to correct path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Frye committed Sep 10, 2011
1 parent d1f00c5 commit 774b604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railsready.sh
Expand Up @@ -104,7 +104,7 @@ echo -e "\n=> Downloading and running recipe for $distro...\n"
if [[ $MACHTYPE = *linux* ]] ; then
wget --no-check-certificate -O $railsready_path/src/$distro.sh https://raw.github.com/joshfng/railsready/osx-support/recipes/$distro.sh && cd $railsready_path/src && bash $distro.sh $ruby_version $ruby_version_string $ruby_source_url $ruby_source_tar_name $ruby_source_dir_name $whichRuby $railsready_path $log_file
else
curl -O $railsready_path/src/$distro.sh https://raw.github.com/joshfng/railsready/osx-support/recipes/$distro.sh && cd $railsready_path/src && bash $distro.sh $ruby_version $ruby_version_string $ruby_source_url $ruby_source_tar_name $ruby_source_dir_name $whichRuby $railsready_path $log_file
curl -o https://raw.github.com/joshfng/railsready/osx-support/recipes/$distro.sh $railsready_path/src/$distro.sh && cd $railsready_path/src && bash $distro.sh $ruby_version $ruby_version_string $ruby_source_url $ruby_source_tar_name $ruby_source_dir_name $whichRuby $railsready_path $log_file
fi
echo -e "\n==> done running $distro specific commands..."

Expand Down

0 comments on commit 774b604

Please sign in to comment.