diff options
Diffstat (limited to 'etc/centos-mirror.sh')
-rwxr-xr-x | etc/centos-mirror.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/centos-mirror.sh b/etc/centos-mirror.sh index 59a5aad..85e87d4 100755 --- a/etc/centos-mirror.sh +++ b/etc/centos-mirror.sh @@ -17,4 +17,4 @@ done # no parallel downloads please # grep -q max_parallel_downloads /etc/dnf/dnf.conf ||\ -cat max_parallel_downloads=1 >> /etc/dnf/dnf.conf +echo max_parallel_downloads=1 >> /etc/dnf/dnf.conf |