diff --git a/schutzbot/deploy.sh b/schutzbot/deploy.sh index 492098f..2d7daee 100755 --- a/schutzbot/deploy.sh +++ b/schutzbot/deploy.sh @@ -43,12 +43,8 @@ fi # Restart systemd to work around some Fedora issues in cloud images. sudo systemctl restart systemd-journald -# Remove Fedora's modular repositories to speed up dnf. -sudo rm -f /etc/yum.repos.d/fedora*modular* - -# Enable fastestmirror and disable weak dependency installation to speed up -# dnf operations. -echo -e "fastestmirror=1\ninstall_weak_deps=0" | sudo tee -a /etc/dnf/dnf.conf +# Enable fastestmirror to speed up dnf operations. +echo -e "fastestmirror=1" | sudo tee -a /etc/dnf/dnf.conf # Ensure we are using the latest dnf since early revisions of Fedora 31 had # some dnf repo priority bugs like BZ 1733582.