Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ido committed Sep 25, 2014
1 parent 6c0db2b commit 74a0fa2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,27 @@ Don't trust me?
If you want to do it yourself/not from this Git repository:

1. Download the Mac OS X bash source from Apple here:

http://opensource.apple.com/tarballs/bash/bash-92.tar.gz

2. Then, download the patch from here:

http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-052

3. Then, verify the PGP signature with this file:

http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-052.sig

4. Then, apply the patch to the bash-3.2 folder in the tarball:

``tar xvzf bash-92.tar.gz && cd bash-92/bash-3.2 && patch -p1 < ../../bash32-052 && cd ../..``

5. Then, build it as above with xcodebuild from the bash-92 folder.

``cd bash-92 && xcodebuild``

7. Finally, move it into place:

``sudo mv build/Release/{bash,sh} /bin/``


0 comments on commit 74a0fa2

Please sign in to comment.