installing, uninstalling and launching

This commit is contained in:
Vinicius Moreira
2019-10-07 14:55:06 -03:00
parent 3975cd398b
commit aed6bb04e0
9 changed files with 145 additions and 65 deletions

View File

@@ -394,8 +394,6 @@ class ArchManager(SoftwareManager):
pre_download_files.append(f)
if pre_download_files:
downloader = self.context.file_downloader.get_default_client_name()
for f in pre_download_files:
fdata = f.split('::')