Skip to content

Commit 1a0d85f

Browse files
committed
Revert "Remove turkman linux (#708)"
This reverts commit db97894.
1 parent 0b56895 commit 1a0d85f

File tree

2 files changed

+85
-0
lines changed

2 files changed

+85
-0
lines changed

data/distro.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,36 @@
349349
<p>Flatpak is installed by default on PureOS. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the <a class="btn btn-default" href="https://dl.flathub.org/repo/flathub.flatpakrepo">Flathub repository file</a>.</p>
350350
<p>Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
351351
352+
- name: Turkman Linux
353+
logo: "turkman.svg"
354+
steps:
355+
- name: Install Flatpak
356+
text: '
357+
<p>To install Flatpak on Turkman Linux, run the following in a terminal:</p>
358+
<p>Emerge way</p>
359+
<terminal-command>
360+
ymp install build-base --no-emerge\n
361+
ymp install flatpak\n
362+
</terminal-command>
363+
<p>No emerge way</p>
364+
<terminal-command>ymp install flatpak --no-emerge</terminal-command>'
365+
- name: Enable services
366+
text: '
367+
<p>To enable services on Turkman Linux, run the following in a terminal:</p>
368+
<terminal-command>
369+
rc-update add devfs\n
370+
rc-update add fuse\n
371+
rc-update add hostname\n
372+
</terminal-command>'
373+
- name: Add the Flathub repository
374+
text: "
375+
<p>Flathub is the best place to get Flatpak apps. To enable it, run:</p>
376+
<terminal-command>flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
377+
- name: Restart
378+
text: '
379+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
380+
<p>Note: graphical installation of Flatpak apps may not be possible with Turkman Linux.</p>'
381+
352382
- name: Zorin OS
353383
logo: "zorin-os.svg"
354384
introduction: >

source/img/distro/turkman.svg

Lines changed: 55 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)