Skip to content

Commit

Permalink
add sudo before apt install (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
xplosionmind authored Apr 12, 2024
1 parent a0b7b61 commit e6e7e46
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@
- name: Install Flatpak
text: "
<p>A flatpak package is available in Debian 10 (Buster) and newer. To install it, run the following as root:</p>
<terminal-command>apt install flatpak</terminal-command>"
<terminal-command>sudo apt install flatpak</terminal-command>"
- name: Install the Software Flatpak plugin
text: "
<p>If you are running GNOME, it is also a good idea to install the Flatpak plugin for GNOME Software. To do this, run:</p>
<terminal-command>apt install gnome-software-plugin-flatpak</terminal-command>
<terminal-command>sudo apt install gnome-software-plugin-flatpak</terminal-command>
<p>If you are running KDE, you should instead install the Plasma Discover Flatpak backend:</p>
<terminal-command>apt install plasma-discover-backend-flatpak</terminal-command>"
<terminal-command>sudo apt install plasma-discover-backend-flatpak</terminal-command>"
- name: Add the Flathub repository
text: '
<p>Flathub is the best place to get Flatpak apps. To enable it, download and install the <a class="btn btn-default" href="https://dl.flathub.org/repo/flathub.flatpakrepo">Flathub repository file</a> or run the following in a terminal:</p>
Expand Down Expand Up @@ -273,7 +273,7 @@
text: '
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
<p>Note: graphical installation of Flatpak apps may not be possible with Mageia.</p>'

- name: OpenMandriva Lx
logo: "openmandriva.svg"
introduction: >
Expand Down Expand Up @@ -314,7 +314,7 @@
- name: Install Flatpak
text: "
<p>A flatpak package is available in Raspberry Pi OS (previously called Raspbian) Stretch and newer. To install it, run the following as root:</p>
<terminal-command>apt install flatpak</terminal-command>"
<terminal-command>sudo apt install 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 Expand Up @@ -453,12 +453,12 @@
- name: Install Flatpak
text: '
<p>A flatpak package is available in Pardus 2019 and newer. To install it, run the following as root:</p>
<terminal-command>apt install flatpak</terminal-command>
<terminal-command>sudo apt install flatpak</terminal-command>
<p>For Pardus 2017 and older versions, a flatpak package is available in the <a href="https://backports.debian.org/Instructions/">official backports repository</a>. </p>'
- name: Install the Software Flatpak plugin
text: "
<p>If you are running GNOME, it is also a good idea to install the Flatpak plugin for GNOME Software. To do this, run:</p>
<terminal-command>apt install gnome-software-plugin-flatpak</terminal-command>"
<terminal-command>sudo apt install gnome-software-plugin-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 e6e7e46

Please sign in to comment.