mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Fixed for double packages with check
This commit is contained in:
parent
6b12a16597
commit
5b3683b5a2
1 changed files with 14 additions and 13 deletions
|
@ -173,6 +173,7 @@ class Upgrade(Configs):
|
|||
for name in data.keys():
|
||||
# if not self.utils.is_package_installed(name):
|
||||
if name not in self.installed_names:
|
||||
if not self.utils.is_package_installed(name):
|
||||
self.id += 1
|
||||
self.sum_added += 1
|
||||
repo_version: str = data[name]['version']
|
||||
|
|
Loading…
Reference in a new issue