Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,14 +297,14 @@
<h2>Install Flatpak</h2>
<p>To install Flatpak, run the following in a terminal:</p>
<pre><code>
<span class="unselectable">$</span> sudo eopkg install flatpak xdg-desktop-portal-gtk
<span class="unselectable">$</span> sudo eopkg install xdg-desktop-portal-gtk
</code></pre>
</li>
<li>
<h2>Add the Flathub repository</h2>
<p>Flathub is the best place to get Flatpak apps. To enable it, run:</p>
<pre><code>
<span class="unselectable">$</span> flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
<span class="unselectable">$</span> sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
</code></pre>
</li>
<li>
Expand Down