mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-17 21:59:55 +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
@ -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 New Issue
Block a user