Bootstrap : Auto-yes for flatpak.
This commit is contained in:
parent
aae7e1facd
commit
a5adb2efca
|
@ -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[@]}
|
||||
|
|
Reference in a new issue