diff --git a/bauh/gems/arch/controller.py b/bauh/gems/arch/controller.py index ed9bbc9c..ae1dd564 100644 --- a/bauh/gems/arch/controller.py +++ b/bauh/gems/arch/controller.py @@ -3034,7 +3034,8 @@ class ArchManager(SoftwareManager): icon_path=get_icon_path(), requires_root=True, refresh=False, - manager=self), + manager=self, + requires_confirmation=False), 'setup_snapd': CustomSoftwareAction(i18n_label_key='arch.custom_action.setup_snapd', i18n_status_key='arch.custom_action.setup_snapd.status', manager_method='setup_snapd',