mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +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):
|
def creating_main_for_build(self):
|
||||||
''' List with the main slackbuilds. '''
|
''' List with the main slackbuilds. '''
|
||||||
for main in self.sbos.keys():
|
[self.install_order.append(main) for main in self.sbos.keys()]
|
||||||
self.install_order.append(main)
|
|
||||||
|
|
||||||
def download_slackbuilds_and_build(self):
|
def download_slackbuilds_and_build(self):
|
||||||
''' Downloads files and sources and starting the build. '''
|
''' Downloads files and sources and starting the build. '''
|
||||||
|
|
|
@ -97,8 +97,8 @@ class ViewMessage:
|
||||||
|
|
||||||
if installed:
|
if installed:
|
||||||
print(f'[{set_color} {install} {color["ENDC"]}] -> '
|
print(f'[{set_color} {install} {color["ENDC"]}] -> '
|
||||||
f'{sbo}-{version} -> {set_color}'
|
f'{sbo}-{version} {set_color}'
|
||||||
f'{installed.split(self.arch)[0][:-1]}'
|
f'({installed.split(self.arch)[0][:-1].split("-")[-1]})'
|
||||||
f'{color["ENDC"]}')
|
f'{color["ENDC"]}')
|
||||||
else:
|
else:
|
||||||
print(f'[{color["CYAN"]} install {color["ENDC"]}] -> '
|
print(f'[{color["CYAN"]} install {color["ENDC"]}] -> '
|
||||||
|
|
Loading…
Add table
Reference in a new issue