Force dnf package index refresh when using Fedora's install() function
1 files changed, 1 insertions(+), 1 deletions(-) M images/fedora/functions
M images/fedora/functions => images/fedora/functions +1 -1
@@ 14,7 14,7 @@ boot() { install() { port=$1 shift 1 - guest_ssh -p $port build@localhost sudo dnf -y install "$@" + guest_ssh -p $port build@localhost sudo dnf --refresh -y install "$@" } add_repository() {