mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for object
This commit is contained in:
parent
e7c67e0cfd
commit
c8c4cf70be
1 changed files with 2 additions and 2 deletions
|
@ -535,10 +535,10 @@ class Argparse(Configs):
|
|||
|
||||
if self.is_binary:
|
||||
install = Packages(self.repository, self.data, packages, self.flags, mode=command)
|
||||
install.execute()
|
||||
else:
|
||||
install = Slackbuilds(self.repository, self.data, packages, self.flags, mode=command)
|
||||
install.execute()
|
||||
|
||||
install.execute()
|
||||
raise SystemExit()
|
||||
self.usage.help_short(1)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue