Skip to content

Commit

Permalink
distro: Change Kubuntu Discover backend steps order (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsciiWolf authored Dec 6, 2023
1 parent a303b0e commit 1180707
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,13 @@
</li>
<li>
<h2>Install the Discover Flatpak backend</h2>
<p>The Flatpak plugin for the Software app makes it possible to install apps without needing the command line (available on Kubuntu 18.04 and newer). To install on 18.04, run:</p>
<p>The Flatpak plugin for the Software app makes it possible to install apps without needing the command line (available on Kubuntu 18.04 and newer). To install on 20.04 or later, run:</p>
<terminal-command>
sudo apt install plasma-discover-flatpak-backend
sudo apt install plasma-discover-backend-flatpak
</terminal-command>
<p>On Kubuntu 20.04 or later, you should run this instead:</p>
<p>On Kubuntu 18.04, you should run this instead:</p>
<terminal-command>
sudo apt install plasma-discover-backend-flatpak
sudo apt install plasma-discover-flatpak-backend
</terminal-command>
</li>
<li>
Expand Down

0 comments on commit 1180707

Please sign in to comment.