Skip to content

Commit

Permalink
Merge pull request #57 from InnocentZero/main
Browse files Browse the repository at this point in the history
fix flatpak using sudo
  • Loading branch information
InnocentZero authored Nov 26, 2024
2 parents 5d255bf + 6c67a38 commit 8049755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/flatpak.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ impl Backend for Flatpak {
.into_iter()
.chain(Some("--assumeyes").filter(|_| no_confirm))
.chain(packages.iter().map(String::as_str)),
Perms::Sudo,
Perms::Same,
)?;
}

Expand Down

0 comments on commit 8049755

Please sign in to comment.