diff --git a/checks_develop.py b/checks_develop.py index ab1ad432..b00acaef 100644 --- a/checks_develop.py +++ b/checks_develop.py @@ -120,30 +120,3 @@ def check_dependencies(): return final_dependence - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/install_develop.py b/install_develop.py index a0f5af25..cfba8568 100644 --- a/install_develop.py +++ b/install_develop.py @@ -77,9 +77,7 @@ for item in configOptions["remove-path"]: if (base.is_dir(item) == True): shutil.rmtree(item) for item in configOptions["install"]: - if (item == 'MySQLDatabase' or item == 'MySQLEncrypt'): - installingProgram(item, configOptions["mysql-path"]) - elif (item == 'MySQLServer'): + if (item == 'MySQLServer'): installMySQLServer() else: installingProgram(item)