diff --git a/setup.py b/setup.py index cafd827..2c94df6 100644 --- a/setup.py +++ b/setup.py @@ -35,8 +35,7 @@ def mkdir(): os.system("sudo git clone https://github.com/offensive-security/exploitdb.git /opt/exploitdb") os.system("sudo ln -sf /opt/exploitdb/searchsploit /usr/local/bin/searchsploit") print("\033[1;31;40mInstallation succeeded\033[0m") - else: - start = start + 1 +