schutzbot/deploy: re-enable weak deps
Don't differ from defaults just for the sake of speed. We still keep the fastestmirror option enabled as that does not affect the resulting install.
This commit is contained in:
parent
1a1ecbeadb
commit
5fd1d3c4a2
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ fi
|
||||||
greenprint "Restarting systemd to work around some Fedora issues in cloud images"
|
greenprint "Restarting systemd to work around some Fedora issues in cloud images"
|
||||||
sudo systemctl restart systemd-journald
|
sudo systemctl restart systemd-journald
|
||||||
|
|
||||||
greenprint "Enabling fastestmirror and disabling weak dependencies to speed up dnf even more 🏎️"
|
greenprint "Enabling fastestmirror to speed up dnf 🏎️"
|
||||||
echo -e "fastestmirror=1\ninstall_weak_deps=0" | sudo tee -a /etc/dnf/dnf.conf
|
echo -e "fastestmirror=1" | sudo tee -a /etc/dnf/dnf.conf
|
||||||
|
|
||||||
greenprint "Adding osbuild team ssh keys"
|
greenprint "Adding osbuild team ssh keys"
|
||||||
cat schutzbot/team_ssh_keys.txt | tee -a ~/.ssh/authorized_keys > /dev/null
|
cat schutzbot/team_ssh_keys.txt | tee -a ~/.ssh/authorized_keys > /dev/null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue