mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Added dialog utility
This commit is contained in:
parent
a677a180c5
commit
c8fbfbd227
1 changed files with 6 additions and 0 deletions
|
@ -50,3 +50,9 @@
|
|||
# -N, --timestamping: don't re-retrieve files unless newer
|
||||
# than local.
|
||||
wget_options = "-c -N"
|
||||
|
||||
# Dialog is a program that will let you to present
|
||||
# a variety of questions or display messages using
|
||||
# dialog boxes from a shell script.
|
||||
# Default is true. [true/false]
|
||||
dialog = true
|
||||
|
|
Loading…
Reference in a new issue