Skip to content

Commit

Permalink
dont use sudo with flatpaks
Browse files Browse the repository at this point in the history
Signed-off-by: innocentzero <[email protected]>
  • Loading branch information
InnocentZero committed Nov 2, 2024
1 parent 7231a8e commit 93864c4
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 @@ -148,7 +148,7 @@ impl Backend for Flatpak {
.into_iter()
.chain(Some("--assumeyes").filter(|_| no_confirm))
.chain(packages.keys().map(String::as_str)),
Perms::Sudo,
Perms::Same,
)?;
}

Expand Down

0 comments on commit 93864c4

Please sign in to comment.