mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
parent
e9ca4a17bc
commit
bfe8f05de6
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ printf 'APT::Get::Assume-Yes "true";\n' \
|
|||
> /etc/apt/apt.conf.d/99assumeyes
|
||||
|
||||
cat <<EOF > /etc/apt/apt.conf.d/99quiet
|
||||
Dpkg::Use-Pty "0";'
|
||||
quiet "1";'
|
||||
Dpkg::Use-Pty "0";
|
||||
quiet "1";
|
||||
EOF
|
||||
|
||||
if echo $debian_mirror | grep '^https' 2>&1 > /dev/null; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue