Skip to content

Commit

Permalink
fix some flatpak issues
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Nov 21, 2023
1 parent 8603afa commit c895452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion katsu/modules/pantheon/pantheon-live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ ELEMENTARY_APPS=(


for app in "${ELEMENTARY_APPS[@]}"; do
flatpak install -y appcenter $app
flatpak install -y ${app}/$(uname -m)/stable
done

flatpak install -y flathub org.gnome.Evince
1 change: 1 addition & 0 deletions katsu/modules/pantheon/pantheon-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dnf:
- xdg-desktop-portal-xapp
- ultramarine-backgrounds-gnome
- rsms-inter-fonts
- ultramarine-repos-appcenter
# scripts:
# post:
# - id: flagship-live
Expand Down

0 comments on commit c895452

Please sign in to comment.