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 <immoloism@gmail.com>
  • Loading branch information
immolo committed Aug 22, 2024
1 parent 9dd2841 commit 4d369c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions data/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,8 @@
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>Then, install Flatpak:</p>
<terminal-command>emerge sys-apps/flatpak</terminal-command>"
<p>To install Flatpak on Gentoo, simply run:</p>
<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 4d369c4

Please sign in to comment.