Added dialog utility

This commit is contained in:
Dimitris Zlatanidis 2022-12-25 17:12:27 +02:00
parent a677a180c5
commit c8fbfbd227

View file

@ -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