mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-14 02:47:25 -04:00
[makebuildserver] run dpkg with --force-confdef
There has been a whitespace change in the accessibility.properties configuration file as part of the openjdk-8-jre-headless 8u302-b08-1~deb9u1 version. As we modified the file, this broke makebuildserver, asking for confirmation.
This commit is contained in:
@@ -27,6 +27,10 @@ Dpkg::Use-Pty "0";
|
||||
quiet "1";
|
||||
EOF
|
||||
|
||||
cat <<EOF > /etc/apt/apt.conf.d/99confdef
|
||||
Dpkg::Options { "--force-confdef"; };
|
||||
EOF
|
||||
|
||||
if echo $debian_mirror | grep '^https' 2>&1 > /dev/null; then
|
||||
apt-get update || apt-get update
|
||||
apt-get install apt-transport-https ca-certificates
|
||||
|
||||
Reference in New Issue
Block a user