Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CutePoisonX committed Jun 26, 2015
1 parent 616490c commit 9a85fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ This repo contains several up-to-date pre-compiled bash binaries for Synology Di

# Installation on the Raspberry pi 2
* SSH into your Raspberry
* Download bash: `wget https://github.com/CutePoisonX/Bash/releases/download/v4.3.3/bash-Raspberry2`
* Rename it: `mv "bash-Raspberry2" "bash"`
* Download bash: `wget https://github.com/CutePoisonX/Bash/releases/download/v4.3.3/Bash-Raspberry2.tar.gz`
* Untar it: `tar xvzf "Bash-Raspberry2.tar.gz" "bash"`
* Move it to your preferred destination, like /bin/: `mv "bash" "/bin/bash"`

Note: on openelec, you don't have write access to the /bin/ - directory. If you want to use bash, please change the first line of the script you want to execute (called shebang) to `#!/path/to/bash` where you have to substitute /path/to/bash/ with the actual path.
Expand Down

0 comments on commit 9a85fb5

Please sign in to comment.