diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-19 10:40:31 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-19 10:40:31 +0200 |
commit | 3e9084405499a34b7e171c31743c3ea94a81d744 (patch) | |
tree | f79521b62842b777489b8320754c0c564efd6939 /configure-mirror | |
parent | 9f283fd1bbfcdeb2a53ca79cdd343f2726bcc2ee (diff) | |
download | podman-docker-builder-3e9084405499a34b7e171c31743c3ea94a81d744.tar.gz |
more mirror tweaks
Diffstat (limited to 'configure-mirror')
-rwxr-xr-x | configure-mirror | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure-mirror b/configure-mirror index 85ea475..f895e78 100755 --- a/configure-mirror +++ b/configure-mirror @@ -37,3 +37,5 @@ set_baseurl http://download.fedoraproject.org/ "${FEDORA_MIRROR}" FEDORA_MIRROR # grep -q max_parallel_downloads /etc/dnf/dnf.conf ||\ echo max_parallel_downloads=1 >> /etc/dnf/dnf.conf + +exit 0 |