Fix unattended quick install hanging on tzdata for Ubuntu 18
This commit is contained in:
parent
79bd3a378f
commit
df380906fb
1 changed files with 1 additions and 0 deletions
|
|
@ -277,6 +277,7 @@ install_deb () {
|
|||
if [[ "${RUN_UNATTENDED}" -ne "0" ]]; then
|
||||
yes="--n"
|
||||
yesapt="-y"
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
fi
|
||||
echo "Updating package indexes..."
|
||||
${SUDO} apt-get update
|
||||
|
|
|
|||
Loading…
Reference in a new issue