Make Fedora's add_repository() function rebuild the local package index
1 files changed, 1 insertions(+), 0 deletions(-) M images/fedora/functions
M images/fedora/functions => images/fedora/functions +1 -0
@@ 25,6 25,7 @@ add_repository() { --add-repo "$url" guest_ssh -p $port build@localhost sudo dnf config-manager \ --set-enabled "$name" + guest_ssh -p $port build@localhost sudo dnf makecache } sanity_check() {