1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 13:33:08 +00:00

check_default_fonts: use repo_setup before using dnf

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-08-07 10:33:06 -04:00
parent cfb3b793e3
commit b23a52e88b

View File

@ -14,6 +14,8 @@ sub run {
# we need to install the check tool
$self->root_console(tty => 3);
script_run("loadkeys us");
# repo setup before using dnf
repo_setup();
assert_script_run("dnf -y install fontquery");
# and give the user tty perms for later
assert_script_run("chmod 666 /dev/${serialdev}");