Allow dot and plus sign again in the regex

This commit is contained in:
Oliver Smith 2018-07-11 20:32:22 +02:00
parent 2c5cbbb954
commit a9f149153a
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ def frontend(args):
" or \"none\"")
extra = pmb.helpers.cli.ask(args, "Extra packages", None,
args.extra_packages,
validation_regex="^([\w-]+)(,[\w-]+)*$")
validation_regex="^([-.+\w]+)(,[-.+\w]+)*$")
cfg["pmbootstrap"]["extra_packages"] = extra
# Configure timezone info