Skip to content

Commit

Permalink
data/distro.yml: Fix Gentoo install instructions
Browse files Browse the repository at this point in the history
Infomation was outdated	so fixed to match the current state of Gentoo's
packaging.

Signed-off-by: Ian Jordan <[email protected]>
  • Loading branch information
immolo committed Aug 21, 2024
1 parent 9dd2841 commit ddc570e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions data/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,14 @@
steps:
- name: Install Flatpak
text: "
<p>To install Flatpak, enable the ~amd64 keyword for sys-apps/flatpak, acct-user/flatpak and acct-group/flatpak:</p>
<terminal-command>echo -e 'sys-apps/flatpak ~amd64\\nacct-user/flatpak ~amd64\\nacct-group/flatpak ~amd64\\ndev-util/ostree ~amd64' >> /etc/portage/package.accept_keywords/flatpak</terminal-command>
<p>To install Gentoo's stable version of Flatpak run:
<terminal-command>emerge --ask --sys-apps/flatpak</terminal-command>"
- name: Install Flatpak (testing version)
text: "
<p>To install Gentoo's testing version of Flatpak, enable the ~amd64 keyword for sys-apps/flatpak, acct-user/flatpak and acct-group/flatpak:</p>
<terminal-command>echo -e 'sys-apps/flatpak ~amd64\\nacct-user/flatpak ~amd64\\nacct-group/flatpak ~amd64\\ndev-util/ostree ~amd64\\nsys-apps/bubblewrap ~amd64' >> /etc/portage/package.accept_keywords/flatpak</terminal-command>
<p>Then, install Flatpak:</p>
<terminal-command>emerge sys-apps/flatpak</terminal-command>"
<terminal-command>emerge --ask --verbose sys-apps/flatpak</terminal-command>"
- name: Add the Flathub repository
text: "
<p>Flathub is the best place to get Flatpak apps. To enable it, run:</p>
Expand Down

0 comments on commit ddc570e

Please sign in to comment.