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
29 changes: 28 additions & 1 deletion data/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,34 @@
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
</li>
</ol>
- name: "Aylinux"
logo: "aylinux.svg"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The aylinux.svg file is not included in this PR.

info: >
<ol class="distrotut">
<li>
<h2>Install Flatpak</h2>
<p>To install Flatpak, run the following in a terminal:</p>
<pre><code>
<span class="unselectable">$</span> su
<span class="unselectable">#</span> paket kur flatpak
</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> su
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does Aylinux support Polkit for privilege elevation? If so, this is not needed. If not, installation of new apps will probably require root permissions as well.

<span class="unselectable">#</span> flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
</code></pre>
</li>
<li>
<h2>Restart</h2>
<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 Aylinux.</p>
</li>
</ol>
- name: "Pisi GNU/Linux"
logo: "pisi.svg"
info: >
Expand Down