mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated view installed
This commit is contained in:
parent
78d6b0916b
commit
18f5dd2243
2 changed files with 3 additions and 4 deletions
|
@ -84,8 +84,7 @@ class Slackbuilds:
|
|||
|
||||
def creating_main_for_build(self):
|
||||
''' List with the main slackbuilds. '''
|
||||
for main in self.sbos.keys():
|
||||
self.install_order.append(main)
|
||||
[self.install_order.append(main) for main in self.sbos.keys()]
|
||||
|
||||
def download_slackbuilds_and_build(self):
|
||||
''' Downloads files and sources and starting the build. '''
|
||||
|
|
|
@ -97,8 +97,8 @@ class ViewMessage:
|
|||
|
||||
if installed:
|
||||
print(f'[{set_color} {install} {color["ENDC"]}] -> '
|
||||
f'{sbo}-{version} -> {set_color}'
|
||||
f'{installed.split(self.arch)[0][:-1]}'
|
||||
f'{sbo}-{version} {set_color}'
|
||||
f'({installed.split(self.arch)[0][:-1].split("-")[-1]})'
|
||||
f'{color["ENDC"]}')
|
||||
else:
|
||||
print(f'[{color["CYAN"]} install {color["ENDC"]}] -> '
|
||||
|
|
Loading…
Reference in a new issue