This commit is contained in:
Nikita Khromov
2020-10-12 07:35:41 +03:00
parent 4e223e33f0
commit df9d3222d1
2 changed files with 1 additions and 30 deletions

View File

@ -120,30 +120,3 @@ def check_dependencies():
return final_dependence

View File

@ -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)