~comcloudway/builds.sr.ht

ddeaf22a558995881c8df8824cba28375f20ba33 — Timothée Floure 5 years ago 71e42a9
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() {