Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/SamRH/psptoolchain into S…
Browse files Browse the repository at this point in the history
…amRH-master
  • Loading branch information
Dan Peori committed Apr 11, 2011
2 parents 0ca4f8f + 9132736 commit d799b1b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions scripts/010-ebootsigner.sh
@@ -0,0 +1,19 @@
#!/bin/sh
# ebootsigner.sh by Sam Hegarty (samr.hegarty@gmail.com)
# Modification of script by Dan Peori (danpeori@oopo.net)

## Exit on errors
set -e

## Download the source code.
wget --continue --no-check-certificate https://github.com/int-0/ebootsigner/tarball/master -O ebootsigner.tar.gz

## Unpack the source code.
rm -Rf ebootsigner && mkdir ebootsigner && tar --strip-components=1 --directory=ebootsigner -xvzf ebootsigner.tar.gz

## Enter the source directory.
cd ebootsigner

## Build and install
make && make install

0 comments on commit d799b1b

Please sign in to comment.