diff --git a/slpkg/downloader.py b/slpkg/downloader.py index 94e48f2e..8a3ec430 100644 --- a/slpkg/downloader.py +++ b/slpkg/downloader.py @@ -48,7 +48,6 @@ class Downloader(Configs, Utilities): lftp works with the ponce repository only. """ - if self.downloader == 'wget': self.output = subprocess.call(f'{self.downloader} {self.wget_options} --directory-prefix={self.path} ' f'"{self.url}"', shell=True, stderr=self.stderr, stdout=self.stdout)