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:
parent
a3f58eaa97
commit
17e3189283
@ -15,6 +15,9 @@ sub run {
|
|||||||
restart_application("software");
|
restart_application("software");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Find the application
|
||||||
|
find_application("inkscape");
|
||||||
|
|
||||||
# Install the application using Flatpak
|
# Install the application using Flatpak
|
||||||
install_application("inkscape", "flatpak");
|
install_application("inkscape", "flatpak");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user