pylzss come back to commit
This commit is contained in:
parent
67b9942b9a
commit
ea930d09ac
1 changed files with 2 additions and 1 deletions
|
|
@ -547,8 +547,9 @@ 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/m1stadev/pylzss "$dir"/pylzss
|
||||
git clone https://github.com/yyogo/pylzss "$dir"/pylzss
|
||||
cd "$dir"/pylzss
|
||||
git checkout "8efcda0"
|
||||
python3 "$dir"/pylzss/setup.py install
|
||||
rm -rf "$dir"/pylzss
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue