mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Fix PRG_BAR default
This commit is contained in:
parent
0b1ff2a44b
commit
16c67029c9
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class MetaData(object):
|
|||
"DOWNDER_OPTIONS": "-c -N",
|
||||
"SLACKPKG_LOG": "on",
|
||||
"ONLY_INSTALLED": "off",
|
||||
"PRG_BAR": "off"
|
||||
"PRG_BAR": "on"
|
||||
}
|
||||
|
||||
default_repositories = ["slack", "sbo", "rlw", "alien", "slacky", "studio",
|
||||
|
|
Loading…
Reference in a new issue