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 9 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
22 changes: 22 additions & 0 deletions data/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -542,3 +542,25 @@
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 GNU Guix.</p>'
</li>
</ol>
axtloss marked this conversation as resolved.
Show resolved Hide resolved

- name: Crystal Linux
logo: "crystallinux.svg"
introduction: >
<h2>Flatpak is installed by default on Crystal Linux.<h2>
<p>If you didn't use jade_gui to install crystal or selected not to install it, you can set Flatpak up by using the following steps.<p>
steps:
- name: Install Flatpak
text: "
<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
<terminal-command>ame upg</terminal-command>
<p>Then install Flatpak:</p>
<terminal-command>ame ins flatpak</terminal-command>"
- name: Add the Flathub repository
text: "
<p>Flathub is the best place to get Flatpak apps. To enable it, run:</p>
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
- name: Restart
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>'
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.
Loading