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
|
#!/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
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue