Skip to content

Commit 262703b

Browse files
authored
distro: Add Crystal Linux (#547)
1 parent c30e62e commit 262703b

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

data/distro.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,3 +542,23 @@
542542
text: '
543543
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
544544
<p>Note: graphical installation of Flatpak apps may not be possible with GNU Guix.</p>'
545+
546+
- name: Crystal Linux
547+
logo: "crystallinux.svg"
548+
introduction: >
549+
<h2>Flatpak is installed by default on Crystal Linux.<h2>
550+
<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>
551+
steps:
552+
- name: Install Flatpak
553+
text: "
554+
<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>
555+
<terminal-command>ame upg</terminal-command>
556+
<p>Then install Flatpak:</p>
557+
<terminal-command>ame ins flatpak</terminal-command>"
558+
- name: Add the Flathub repository
559+
text: "
560+
<p>Flathub is the best place to get Flatpak apps. To enable it, run:</p>
561+
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
562+
- name: Restart
563+
text: '
564+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>'

source/img/distro/crystallinux.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)