mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +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
|
> /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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue