Skip to content

Commit

Permalink
Flatpak: Use --noninteractive flag (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames authored Nov 30, 2021
1 parent 1b194a0 commit 41cdad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/config/hooks/live/001-install-flatpaks.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ EOF

flatpak remote-add --if-not-exists --system --filter=/etc/flatpak/freedesktop.filter freedesktop https://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --if-not-exists --system appcenter https://flatpak.elementary.io/repo.flatpakrepo
flatpak install --system -y appcenter \
flatpak install --system --noninteractive appcenter \
io.elementary.calculator//stable \
io.elementary.camera//stable \
org.gnome.Epiphany//stable \
org.gnome.Evince//stable

# Required for Epiphany
flatpak install --system -y freedesktop org.freedesktop.Platform.GL.default//20.08
flatpak install --system --noninteractive freedesktop org.freedesktop.Platform.GL.default//20.08

0 comments on commit 41cdad0

Please sign in to comment.