1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-25 15:23:08 +00:00

Add finding command to script.

This commit is contained in:
Lukas Ruzicka 2023-03-22 10:37:36 +01:00
parent a3f58eaa97
commit 17e3189283

View File

@ -15,6 +15,9 @@ sub run {
restart_application("software");
}
# Find the application
find_application("inkscape");
# Install the application using Flatpak
install_application("inkscape", "flatpak");