1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

provision-apt: add DEBIAN_FRONTEND=noninteractive

This should fix #591 and related issues.
This commit is contained in:
Marcus Hoffmann 2018-11-27 00:40:42 +01:00
parent 4144153d25
commit 85b90ee266

View File

@ -5,6 +5,7 @@ set -e
set -x
debian_mirror=$1
export DEBIAN_FRONTEND=noninteractive
printf 'APT::Install-Recommends "0";\nAPT::Install-Suggests "0";\n' \
> /etc/apt/apt.conf.d/99no-install-recommends