mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-08 23:41:28 +00:00
remove specification of 'Retries' in apt config.
This commit is contained in:
parent
be30dcfdbb
commit
4f871e64b1
@ -650,7 +650,7 @@ if [ -n "$proxy" ]; then
|
||||
mkdir -p /etc/apt/apt.conf.d/
|
||||
cat > /etc/apt/apt.conf.d/99mk-sbuild-proxy <<EOF
|
||||
## proxy settings copied from mk-sbuild
|
||||
Acquire { Retries "0"; HTTP { Proxy "$proxy"; }; };
|
||||
Acquire { HTTP { Proxy "$proxy"; }; };
|
||||
EOF
|
||||
fi
|
||||
# Reload package lists
|
||||
|
Loading…
x
Reference in New Issue
Block a user