Add Flatpak and snap to Step::System (#218)
This makes them easier to disable
This commit is contained in:
committed by
Roey Darwish Dror
parent
f54d46ab2b
commit
8743236acb
@@ -396,6 +396,7 @@ fn run() -> Result<(), Error> {
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
{
|
||||
if config.should_run(Step::System) {
|
||||
execute(
|
||||
&mut report,
|
||||
"Flatpak",
|
||||
@@ -409,6 +410,7 @@ fn run() -> Result<(), Error> {
|
||||
config.no_retry(),
|
||||
)?;
|
||||
}
|
||||
}
|
||||
|
||||
if let Some(commands) = config.commands() {
|
||||
for (name, command) in commands {
|
||||
|
||||
Reference in New Issue
Block a user