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"
|
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)
|
||||||
|
|
Loading…
Reference in a new issue