1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00

set noninteractive during unattended install

Signed-off-by: Mark McGuire <mark.b.mcg@gmail.com>
This commit is contained in:
Mark McGuire 2018-08-05 10:09:56 -05:00
parent 814d5f6d6c
commit 0081a7ca92

View File

@ -2327,6 +2327,8 @@ main() {
echo -e " ${INFO} Performing unattended setup, no whiptail dialogs will be displayed" echo -e " ${INFO} Performing unattended setup, no whiptail dialogs will be displayed"
# Use the setup variables # Use the setup variables
useUpdateVars=true useUpdateVars=true
# also disable debconf-apt-progress dialogs
export DEBIAN_FRONTEND="noninteractive"
# Otherwise, # Otherwise,
else else
# show the available options (repair/reconfigure) # show the available options (repair/reconfigure)