~comcloudway/builds.sr.ht

c3b98144afdd1327f52912369aa756d4a3badf3b — Maxwell G 1 year, 4 months ago 45d4a84
images/fedora: don't use dnf install --refresh

The --refresh flag is not supported by dnf5 which is now the default in
Fedora Rawhide. The fedora/rawhide image is completely broken without
this change.
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 --refresh -y install "$@"
	guest_ssh -p $port build@localhost sudo dnf -y install "$@"
}

add_repository() {