mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
set noninteractive during unattended install
Signed-off-by: Mark McGuire <mark.b.mcg@gmail.com>
This commit is contained in:
parent
814d5f6d6c
commit
0081a7ca92
1 changed files with 2 additions and 0 deletions
|
@ -2327,6 +2327,8 @@ main() {
|
|||
echo -e " ${INFO} Performing unattended setup, no whiptail dialogs will be displayed"
|
||||
# Use the setup variables
|
||||
useUpdateVars=true
|
||||
# also disable debconf-apt-progress dialogs
|
||||
export DEBIAN_FRONTEND="noninteractive"
|
||||
# Otherwise,
|
||||
else
|
||||
# show the available options (repair/reconfigure)
|
||||
|
|
Loading…
Reference in a new issue