e-minguez / laptop_install

Utils to reinstall a new laptop easily
GNU General Public License v3.0
25 stars 11 forks source link

Speed up yum #32

Open e-minguez opened 5 years ago

e-minguez commented 5 years ago
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