Switching zipball update method to experimental

This commit is contained in:
Miroslav Stampar
2018-03-15 11:07:14 +01:00
parent 5feb4c3ccd
commit 4cd859012a
3 changed files with 5 additions and 5 deletions

View File

@@ -39,8 +39,8 @@ def update():
warnMsg += "from GitHub (e.g. 'git clone --depth 1 %s sqlmap')" % GIT_REPOSITORY
logger.warn(warnMsg)
message = "do you want to try to fetch the latest 'zipball' from repository and extract it? [Y/n]"
if readInput(message, default='Y', boolean=True):
message = "do you want to try to fetch the latest 'zipball' from repository and extract it (experimental) ? [y/N]"
if readInput(message, default='N', boolean=True):
directory = os.path.abspath(paths.SQLMAP_ROOT_PATH)
try: