Merge pull request #2320 from TronPaul/fix/no-tty

set noninteractive during unattended install
This commit is contained in:
Mark Drobnak 2018-08-08 19:28:12 -04:00 committed by GitHub
commit ef8aaba014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2342,6 +2342,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)