From a5adb2efca59a341340cea05d1be907b3d5cbfb4 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 13 Feb 2024 15:19:10 +0300 Subject: [PATCH] Bootstrap : Auto-yes for flatpak. --- .config/bash/module/Bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/bash/module/Bootstrap.sh b/.config/bash/module/Bootstrap.sh index 7b46d3c..907b7c0 100644 --- a/.config/bash/module/Bootstrap.sh +++ b/.config/bash/module/Bootstrap.sh @@ -37,7 +37,7 @@ function bootstrap_flatpak() { local targets="$(cat ~/.config/linux/Flatpak.txt | cut -f2)" process() { - flatpak install --system "${target}" + flatpak install -y --system "${target}" } _iterate_targets process ${targets[@]}