Skip to content

Commit

Permalink
distro: Fix wrong OpenRC commands for Turkman Linux (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix authored Jan 3, 2024
1 parent dcc5798 commit 34f4416
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,9 @@
text: '
<p>To enable services on Turkman Linux, run the following in a terminal:</p>
<terminal-command>
rc-service add devfs\n
rc-service add fuse\n
rc-service add hostname\n
rc-update add devfs\n
rc-update add fuse\n
rc-update add hostname\n
</terminal-command>'
- name: Add the Flathub repository
text: "
Expand Down

0 comments on commit 34f4416

Please sign in to comment.