mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-09 18:35:44 +00:00
Return to GUI version of setup.
This commit is contained in:
parent
fa9c02f384
commit
c46c3e5bb4
@ -35,7 +35,7 @@ sub run {
|
||||
my $password = get_var("USER_PASSWORD") // "weakpassword";
|
||||
desktop_login($login, $password);
|
||||
# Run Terminal to be able to issue commands
|
||||
menu_type_launch("gnome-terminal");
|
||||
menu_launch_type("gnome-terminal");
|
||||
# Use gsettings to enable prerelease versions to be shown
|
||||
type_string("gsettings set org.gnome.software show-upgrade-prerelease true\n");
|
||||
sleep 2;
|
||||
|
Loading…
Reference in New Issue
Block a user