Skip to content

Commit

Permalink
Pick correct version of ps3libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
andoma committed Mar 28, 2012
1 parent c00954d commit e74ce5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/012-ps3libraries.sh
Expand Up @@ -2,7 +2,7 @@
# ps3libraries.sh by Dan Peori (dan.peori@oopo.net)

## Download the source code.
wget --continue --no-check-certificate https://github.com/ooPo/PS3LIBRARIES/tarball/master -O ps3libraries.tar.gz || { exit 1; }
wget --continue --no-check-certificate https://github.com/andoma/ps3libraries/tarball/b4721540b3531e2a049f8979badf4a96df1f32f2 -O ps3libraries.tar.gz || { exit 1; }

## Unpack the source code.
rm -Rf ps3libraries && mkdir ps3libraries && tar --strip-components=1 --directory=ps3libraries -xvzf ps3libraries.tar.gz && cd ps3libraries || { exit 1; }
Expand Down

0 comments on commit e74ce5c

Please sign in to comment.