From 67b9942b9ad8f8fecbd6ea2b35433988bb447087 Mon Sep 17 00:00:00 2001 From: edwin170 Date: Tue, 30 Jan 2024 19:37:33 -0400 Subject: [PATCH] thanks m1stadev for the fork fix --- downr1n.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downr1n.sh b/downr1n.sh index 8b03b59..ec1e964 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -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