Skip to content

Commit

Permalink
pass -y
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Aug 14, 2024
1 parent 7aff931 commit 587da53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ impl Component for PackageManagerModel {
commands.push("flatpak remote-add --system --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo");
commands.push(
"flatpak install --system flathub org.gtk.Gtk3theme.adw-gtk3 \
org.gtk.Gtk3theme.adw-gtk3-dark",
org.gtk.Gtk3theme.adw-gtk3-dark -y",
);
commands.push(
"sudo flatpak override --filesystem='xdg-config/gtk-3.0:ro' \
Expand Down

0 comments on commit 587da53

Please sign in to comment.