diff --git a/katsu/modules/pantheon/pantheon-live.sh b/katsu/modules/pantheon/pantheon-live.sh index 5bb0f5f2..ecc72f68 100644 --- a/katsu/modules/pantheon/pantheon-live.sh +++ b/katsu/modules/pantheon/pantheon-live.sh @@ -200,4 +200,21 @@ sed -i -e 's/settings.set_property("gtk-icon-theme-name", "Adwaita")//' /usr/lib chown -R liveuser:liveuser /home/liveuser restorecon -R /home/liveuser -EOF \ No newline at end of file +EOF + +ELEMENTARY_APPS=( + "io.elementary.calculator" + "io.elementary.calendar" + "io.elementary.capnet-assist" + "io.elementary.camera" + "io.elementary.mail" + "io.elementary.music" + "io.elementary.videos" +) + + +for app in "${ELEMENTARY_APPS[@]}"; do + flatpak install -y appcenter $app +done + +flatpak install -y flathub org.gnome.Evince \ No newline at end of file diff --git a/katsu/modules/pantheon/pantheon-live.yaml b/katsu/modules/pantheon/pantheon-live.yaml index 5751c860..3e759383 100644 --- a/katsu/modules/pantheon/pantheon-live.yaml +++ b/katsu/modules/pantheon/pantheon-live.yaml @@ -28,6 +28,14 @@ dnf: exclude: - gnome-tour - setroubleshoot + - elementary-calculator + - elementary-calendar + - elementary-capnet-assist + - elementary-camera + - evince + - elementary-mail + - elementary-music + - elementary-videos packages: - "@ultramarine-pantheon-product-environment" - elementary-greeter