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 #!/bin/bash
#shellcheck disable=SC2154 #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 >> pkglist.txt
printf '%s\n' \ printf '%s\n' \
com.valvesoftware.Steam org.freedesktop.Platform.VulkanLayer.gamescope \ com.valvesoftware.Steam \
net.lutris.Lutris \
org.gimp.GIMP \ org.gimp.GIMP \
org.gtk.Gtk3theme.Materia-dark \ org.gtk.Gtk3theme.Materia-dark \
org.mozilla.firefox \ org.mozilla.firefox \