Skip to content

Commit

Permalink
Moved flags
Browse files Browse the repository at this point in the history
  • Loading branch information
okynos committed Jan 29, 2025
1 parent 9f0b376 commit 8d82a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/yam/agama/generate_agama_profile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sub run {
#sleep(120);

system("sudo", "zypper", "-n", "removerepo", "systemsmanagement_Agama_Devel");
system("sudo", "zypper", "-n", "-G", "addrepo", "-f",
system("sudo", "zypper", "-n", "addrepo", "-f", "-G",
"https://download.opensuse.org/repositories/systemsmanagement:Agama:Devel/15.6/systemsmanagement:Agama:Devel.repo");
system("sudo", "zypper", "-n", "install", "-f", "golang-github-google-jsonnet");

Expand Down

0 comments on commit 8d82a93

Please sign in to comment.