Skip to content

Commit

Permalink
Fixes #37580 - Auto-import new GPG keys on SLES
Browse files Browse the repository at this point in the history
  • Loading branch information
tux93 authored and adamruzicka committed Oct 1, 2024
1 parent d4abcf5 commit 27b9b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/templates/script/package_action.erb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ handle_zypp_res_codes () {
end
-%>
zypper refresh
zypper -n <%= action %> <%= input("options") %> <%= input("package") %>
zypper -n --gpg-auto-import-keys <%= action %> <%= input("options") %> <%= input("package") %>
handle_zypp_res_codes $? "<%= action %>"
<% end -%>
RETVAL=$?
Expand Down

0 comments on commit 27b9b6f

Please sign in to comment.