Skip to content

Commit

Permalink
feat: Use --no-install-recommends for Debian backend
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Jul 27, 2024
1 parent e94fe78 commit f339388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/paketkoll_core/src/backend/deb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ impl Packages for Debian {
if !install.is_empty() {
package_manager_transaction(
"apt-get",
&["install"],
&["install", "--no-install-recommends"],
install,
(!ask_confirmation).then_some("-y"),
)
Expand Down

0 comments on commit f339388

Please sign in to comment.