fix: flatpak asking questions
This commit is contained in:
parent
11b35cdf38
commit
2d243a9175
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue