thanks m1stadev for the fork fix
This commit is contained in:
parent
908a8ae4fc
commit
67b9942b9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue