Skip to content

Commit

Permalink
Merge pull request #364 from jfredett/master
Browse files Browse the repository at this point in the history
Fix for Arch Linux typo
  • Loading branch information
mpapis committed Aug 13, 2011
2 parents 448c806 + 336b438 commit 58718ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/bootstrap_rails_environment
Expand Up @@ -39,7 +39,7 @@ else
sudo apt-get install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev
elif command -v pacman
then
sudo pacman -S --noconfirm gcc patch curl bison zlib readline libxml2 libxslt git autoconf diffutils patch bison make
sudo pacman -S --noconfirm gcc patch curl bison zlib readline libxml2 libxslt git autoconf diffutils patch make
elif command -v yum
then
sudo yum install -y gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel
Expand Down
2 changes: 1 addition & 1 deletion scripts/notes
Expand Up @@ -83,7 +83,7 @@ dependencies:
rvm: bash curl git
# For Ruby (MRI & Ree) you should install the following OS dependencies:
ruby: pacman -Sy --noconfirm gcc patch curl bison zlib readline libxml2 libxslt git autoconf diffutils bison make
ruby: pacman -Sy --noconfirm gcc patch curl bison zlib readline libxml2 libxslt git autoconf diffutils make
ruby-head: pacman -Sy --noconfirm subversion
# For JRuby (if you wish to use it) you will need:
Expand Down

0 comments on commit 58718ac

Please sign in to comment.