Skip to content

Commit

Permalink
Fixed the psl1ght build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Peori committed Jan 15, 2011
1 parent a9d8678 commit 59dc130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/011-psl1ght.sh
Expand Up @@ -8,7 +8,7 @@ wget --continue --no-check-certificate https://github.com/HACKERCHANNEL/PSL1GHT/
rm -Rf psl1ght && mkdir psl1ght && tar --strip-components=1 --directory=psl1ght -xvzf psl1ght.tar.gz || { exit 1; }

## Create the build directory.
cd psl1ght/psl1ght || { exit 1; }
cd psl1ght || { exit 1; }

## Compile and install.
make && make install || { exit 1; }

0 comments on commit 59dc130

Please sign in to comment.