diff --git a/scripts/011-psl1ght.sh b/scripts/011-psl1ght.sh index cab6a39..29fc92d 100755 --- a/scripts/011-psl1ght.sh +++ b/scripts/011-psl1ght.sh @@ -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; }