fix: flatpak asking questions

This commit is contained in:
ange 2024-05-25 18:17:01 +02:00
parent 11b35cdf38
commit 2d243a9175
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
#shellcheck disable=SC2154
[ -s /chroot/flatpak.txt ] && xargs flatpak install -y < /chroot/flatpak.txt
[ -s /chroot/flatpak.txt ] \
&& xargs flatpak install -y --noninteractive < /chroot/flatpak.txt

View File

@ -26,8 +26,7 @@ printf '%s\n' \
>> pkglist.txt
printf '%s\n' \
com.valvesoftware.Steam org.freedesktop.Platform.VulkanLayer.gamescope \
net.lutris.Lutris \
com.valvesoftware.Steam \
org.gimp.GIMP \
org.gtk.Gtk3theme.Materia-dark \
org.mozilla.firefox \