thanks m1stadev for the fork fix

This commit is contained in:
edwin170 2024-01-30 19:37:33 -04:00
parent 908a8ae4fc
commit 67b9942b9a

View file

@ -547,7 +547,7 @@ for package in "${packages[@]}"; do
if ! python3 -c "import pkgutil; exit(not pkgutil.find_loader('$package'))"; then
echo "[-] $package is not installed. we can installl it for you, press any key to start installing $package, or press ctrl + c to cancel"
read -n 1 -s
git clone https://github.com/yyogo/pylzss "$dir"/pylzss
git clone https://github.com/m1stadev/pylzss "$dir"/pylzss
cd "$dir"/pylzss
python3 "$dir"/pylzss/setup.py install
rm -rf "$dir"/pylzss