mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +01:00
Updated for comments
This commit is contained in:
parent
d929358cef
commit
6ea2b70591
1 changed files with 3 additions and 0 deletions
|
@ -98,15 +98,18 @@ class Repositories:
|
|||
f"'mv {repositories_file_toml}.new {repositories_file_toml}'.\n"
|
||||
f"or '{cyan}slpkg_new-configs{endc}' command.\n")
|
||||
|
||||
# Dictionary with the binaries repositories.
|
||||
binaries_repositories_dict = {
|
||||
gnome_repo_name: gnome_repo,
|
||||
conraid_repo_name: conraid_repo
|
||||
}
|
||||
|
||||
# All enabled binaries repositories.
|
||||
for repo, enable in binaries_repositories_dict.items():
|
||||
if enable:
|
||||
bin_enabled_repositories.append(repo)
|
||||
|
||||
# The enabled slackbuild repository.
|
||||
sbo_enabled_repository: str = sbo_repo_name
|
||||
if ponce_repo:
|
||||
sbo_enabled_repository: str = ponce_repo_name
|
||||
|
|
Loading…
Add table
Reference in a new issue