laptop_install
laptop_install copied to clipboard
Speed up yum
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