1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00

fix syntax error from ae86dc3d38

fdroid/fdroidserver!713

[skip ci]
This commit is contained in:
Hans-Christoph Steiner 2020-02-11 12:48:34 +01:00
parent e9ca4a17bc
commit bfe8f05de6
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA

View File

@ -23,8 +23,8 @@ printf 'APT::Get::Assume-Yes "true";\n' \
> /etc/apt/apt.conf.d/99assumeyes > /etc/apt/apt.conf.d/99assumeyes
cat <<EOF > /etc/apt/apt.conf.d/99quiet cat <<EOF > /etc/apt/apt.conf.d/99quiet
Dpkg::Use-Pty "0";' Dpkg::Use-Pty "0";
quiet "1";' quiet "1";
EOF EOF
if echo $debian_mirror | grep '^https' 2>&1 > /dev/null; then if echo $debian_mirror | grep '^https' 2>&1 > /dev/null; then