Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add crystal linux to setup page #547

Merged
merged 11 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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: 29 additions & 0 deletions data/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -738,3 +738,32 @@
<p>Check that in the Flatpak section the box is checked.</p>
<p>Note: with this Flathub app search will be integrated in Discover, if you want to limit the app search to Flathub you can mark Flatpak as default by clicking on the star.</p>
</ol>

axtloss marked this conversation as resolved.
Show resolved Hide resolved
- name: "Crystal Linux"
logo: "crystallinux.svg"
info: >
<ol class="distrotut">
<h2>Flatpak is installed by default on Crystal Linux, however if you didn't use jade_gui to install crystal or selected not to install it you can set flatpak up by using following commands<h3>
axtloss marked this conversation as resolved.
Show resolved Hide resolved
<li>
<h2>Install Flatpak</h2>
<p>To install Flatpak in Crystal Linux, you must first make sure your packages are up to date, run the following in a terminal:</p>
axtloss marked this conversation as resolved.
Show resolved Hide resolved
<pre><code>
<span class="unselectable">$</span> ame upg
</code></pre>
<p>Then install Flatpak:</p>
<pre><code>
<span class="unselectable">$</span> ame ins 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> flatpak remote-add --if-not-exists flathub https://dl.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>
AsciiWolf marked this conversation as resolved.
Show resolved Hide resolved
</li>
</ol>
5 changes: 5 additions & 0 deletions source/img/distro/crystallinux.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.