mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03: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:
parent
4088c3a9ec
commit
e1a67c9d97
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue