Skip to content

Commit

Permalink
Remove an extra popup during installer update
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Mar 16, 2016
1 parent bf3bfff commit 2edbb77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/installation/clients/inst_update_installer.rb
Expand Up @@ -184,9 +184,7 @@ def fetch_update
def apply_update
return false unless applicable?
log.info("Applying installer updates")
Popup.Feedback(_("YaST update"), _("Applying installer updates")) do
updates_manager.apply_all
end
updates_manager.apply_all
true
end

Expand Down

0 comments on commit 2edbb77

Please sign in to comment.