Skip to content
Snippets Groups Projects
Commit a8bf9b6c authored by Ryan Gonzalez's avatar Ryan Gonzalez
Browse files

Switch to using our custom Totem Flatpak

parent bb1796c9
No related branches found
No related tags found
1 merge request!477Switch to using our custom Totem Flatpak
Pipeline #340366 passed with warnings
......@@ -17,11 +17,13 @@ fi
# Configure Apertis flatpak repository
flatpak remote-add apertis https://images.apertis.org/flatpak/repo/apertis.flatpakrepo
# Install the Flatdeb example application
flatpak install --noninteractive org.apertis.hmi.gnome_font_viewer//${SUITE}
# Install the Flatdeb example applications
flatpak install --noninteractive \
org.apertis.hmi.gnome_font_viewer//${SUITE} \
org.apertis.hmi.totem//${SUITE}
# Configure Flathub repository
flatpak remote-add --no-sign-verify flathub https://flathub.org/repo/flathub.flatpakrepo
# Install Rhythmbox (music player) and Totem (video player)
flatpak install --noninteractive org.gnome.Rhythmbox3 org.gnome.Totem
# Install Rhythmbox (music player)
flatpak install --noninteractive org.gnome.Rhythmbox3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment