laptop_install icon indicating copy to clipboard operation
laptop_install copied to clipboard

Speed up yum

Open e-minguez opened this issue 6 years ago • 0 comments

echo 'fastestmirror=true' | sudo tee -a /etc/dnf/dnf.conf
echo 'max_parallel_downloads=20' | sudo tee -a /etc/dnf/dnf.conf

From https://github.com/iBurley/dotfiles/blob/master/fedora_setup.sh

e-minguez avatar Nov 07 '19 10:11 e-minguez