schutzbot/deploy: re-enable modular repos
We don't want to differ from standard installs unless we have to. We prefer tests that are closer to standard installs over faster tests.
This commit is contained in:
parent
25abccf66d
commit
1a1ecbeadb
1 changed files with 0 additions and 3 deletions
|
|
@ -35,9 +35,6 @@ fi
|
|||
greenprint "Restarting systemd to work around some Fedora issues in cloud images"
|
||||
sudo systemctl restart systemd-journald
|
||||
|
||||
greenprint "Removing Fedora's modular repositories to speed up dnf"
|
||||
sudo rm -f /etc/yum.repos.d/fedora*modular*
|
||||
|
||||
greenprint "Enabling fastestmirror and disabling weak dependencies to speed up dnf even more 🏎️"
|
||||
echo -e "fastestmirror=1\ninstall_weak_deps=0" | sudo tee -a /etc/dnf/dnf.conf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue