Bootstrap : Auto-yes for flatpak.

This commit is contained in:
Dmitry Voronin 2024-02-13 15:19:10 +03:00
parent aae7e1facd
commit a5adb2efca

View file

@ -37,7 +37,7 @@ function bootstrap_flatpak() {
local targets="$(cat ~/.config/linux/Flatpak.txt | cut -f2)" local targets="$(cat ~/.config/linux/Flatpak.txt | cut -f2)"
process() { process() {
flatpak install --system "${target}" flatpak install -y --system "${target}"
} }
_iterate_targets process ${targets[@]} _iterate_targets process ${targets[@]}