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[@]}