From 38e3c78de7ab0c3d9c04643177b4a2717ff1b0be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Sat, 27 Apr 2019 19:02:50 +0200 Subject: [PATCH] Fedora's install() function should not upgrade the system DNF's `install` method updates the package index if required, `upgrade` is meant to upgrade the whole system. --- images/fedora/functions | 1 - 1 file changed, 1 deletion(-) diff --git a/images/fedora/functions b/images/fedora/functions index a555ef5..52bf7dc 100644 --- a/images/fedora/functions +++ b/images/fedora/functions @@ -14,7 +14,6 @@ boot() { install() { port=$1 shift 1 - guest_ssh -p $port build@localhost sudo dnf -y upgrade guest_ssh -p $port build@localhost sudo dnf -y install "$@" } -- 2.38.5