Skip to content

Commit 1301c92

Browse files
authored
Make wording a bit more concise (#691)
1 parent 6662748 commit 1301c92

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

data/distro.yml

+36-36
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
2323
- name: Restart
2424
text: '
25-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>'
25+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>'
2626

2727
- name: Fedora
2828
logo: "fedora.svg"
2929
introduction: >
3030
<p>Flatpak is installed by default on Fedora Workstation, Fedora Silverblue, and Fedora Kinoite. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Flathub is pre-configured as a part of the <a href="https://docs.fedoraproject.org/en-US/workstation-working-group/third-party-repos/">Third-Party Repositories</a>. Alternatively, you can download and install the <a class="btn btn-default" href="https://dl.flathub.org/repo/flathub.flatpakrepo">Flathub repository file</a>.</p>
31-
<p>Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
31+
<p>Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
3232
<p>The above links should work on the default GNOME and KDE Fedora installations, but if they fail for some reason you can manually add the Flathub remote by running:</p>
3333
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>
3434
@@ -43,7 +43,7 @@
4343
<p>Navigate to the "Flatpak" tab and slide the toggle to Enable Flatpak support (it is also possible to enable checking for updates, which is recommended).</p>'
4444
- name: Restart
4545
text: '
46-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>'
46+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>'
4747

4848
- name: Endless OS
4949
logo: "endless.svg"
@@ -73,7 +73,7 @@
7373
</terminal-command>"
7474
- name: Restart
7575
text: '
76-
<p>Restart your device to complete the Flatpak installation. Now you can <a href="https://flathub.org/">install some apps</a>!</p>'
76+
<p>Restart your device to complete the Flatpak installation. Now you can <a href="https://flathub.org/">install apps</a>!</p>'
7777

7878
- name: Chrome OS
7979
logo: "chrome-os.svg"
@@ -97,7 +97,7 @@
9797
<terminal-command>flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
9898
- name: Restart
9999
text: '
100-
<p>To complete setup, restart Linux. You can do this by right-clicking terminal, and then clicking "Shut down Linux". Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>'
100+
<p>To complete setup, restart Linux. You can do this by right-clicking terminal, and then clicking "Shut down Linux". Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>'
101101

102102
- name: Red Hat Enterprise Linux
103103
logo: "redhat.svg"
@@ -106,7 +106,7 @@
106106
<p>To install Flatpak on Red Hat Enterprise Linux Workstation 8 or older, run the following in a terminal:</p>
107107
<!-- Apparently the GNOME Software Flatpak plugin is shipped as part of the GNOME Software package, so there’s no need to separately install it -->
108108
<terminal-command>sudo yum install flatpak</terminal-command>
109-
<p>Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
109+
<p>Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
110110
<p>The above links should work on the default Red Hat Enterprise Linux Workstation 9 installation, but if they fail for some reason you can manually add the Flathub remote by running:</p>
111111
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>
112112
@@ -131,7 +131,7 @@
131131
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
132132
- name: Restart
133133
text: '
134-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>'
134+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>'
135135

136136
- name: Arch
137137
logo: "arch.svg"
@@ -142,7 +142,7 @@
142142
<terminal-command>sudo pacman -S flatpak</terminal-command>"
143143
- name: Restart
144144
text: '
145-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>'
145+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>'
146146

147147
- name: Debian
148148
logo: "debian.svg"
@@ -163,7 +163,7 @@
163163
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>'
164164
- name: Restart
165165
text: '
166-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>'
166+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>'
167167

168168
- name: Rocky Linux
169169
logo: "rockylinux.svg"
@@ -178,25 +178,25 @@
178178
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>'
179179
- name: Restart
180180
text: '
181-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>'
181+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>'
182182

183183
- name: CentOS
184184
logo: "cent-os.svg"
185185
introduction: >
186186
<p>Flatpak is installed by default on CentOS 7 and newer, when using GNOME. 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>
187-
<p>Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
187+
<p>Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
188188
189189
- name: EuroLinux
190190
logo: "eurolinux.svg"
191191
introduction: >
192192
<p>Flatpak is installed by default on EuroLinux 8 and newer, when using GNOME. 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>
193-
<p>Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
193+
<p>Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
194194
195195
- name: AlmaLinux
196196
logo: "almalinux.svg"
197197
introduction: >
198198
<p>Flatpak is installed by default on AlmaLinux 8 and newer, when using GNOME. 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>
199-
<p>Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
199+
<p>Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
200200
201201
- name: Gentoo
202202
logo: "gentoo.svg"
@@ -211,7 +211,7 @@
211211
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
212212
- name: Restart
213213
text: '
214-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
214+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
215215
<p>Note: graphical installation of Flatpak apps may not be possible with Gentoo.</p>'
216216

217217
- name: Kubuntu
@@ -229,7 +229,7 @@
229229
<p>Flathub is the best place to get Flatpak apps. To enable it, open Discover, go to Settings and add the Flathub repository.</p>"
230230
- name: Restart
231231
text: '
232-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>'
232+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>'
233233

234234
- name: Solus
235235
logo: "solus.svg"
@@ -244,7 +244,7 @@
244244
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>'
245245
- name: Restart
246246
text: '
247-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
247+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
248248
<p>Note: graphical installation of Flatpak apps is not yet possible with Solus, but will be available in the near future.</p>'
249249

250250
- name: Alpine
@@ -266,7 +266,7 @@
266266
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
267267
- name: Restart
268268
text: '
269-
<p>To complete the setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>'
269+
<p>To complete the setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>'
270270

271271
- name: Mageia
272272
logo: "mageia.svg"
@@ -283,7 +283,7 @@
283283
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
284284
- name: Restart
285285
text: '
286-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
286+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
287287
<p>Note: graphical installation of Flatpak apps may not be possible with Mageia.</p>'
288288

289289
- name: OpenMandriva Lx
@@ -308,14 +308,14 @@
308308
<terminal-command>flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
309309
- name: Restart
310310
text:
311-
'<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
311+
'<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
312312
<p>Note: graphical installation of Flatpak apps may not be possible with Pop!_OS 19.10 and earlier.</p>'
313313

314314
- name: elementary OS
315315
logo: "elementary-os.svg"
316316
logo_dark: "elementary-os-dark.svg"
317317
steps:
318-
- name: Install Some Apps
318+
- name: Install apps
319319
text:
320320
'<p>elementary OS 5.1 and newer comes with Flatpak support out of the box. For non-curated apps, head to <a href="https://flathub.org/">Flathub</a> to install any app using the big "Install" button, and open the downloaded `.flatpakref` file with Sideload.</p>
321321
<p>Note: After installing one app from a remote like Flathub, all other apps from that remote will also automatically show up in AppCenter.</p>'
@@ -334,15 +334,15 @@
334334
<p><b>Important note:</b> As of March 2021, Raspberry Pi computers still ship with the 32-bit version of Raspberry Pi OS. However Flathub started phasing out support for that architecture. If you consider Flathub as an important source of applications, it is recommended to use Raspberry Pi OS 64-bit as newer applications are more likely to be available for that platform.</p>"
335335
- name: Restart
336336
text:
337-
'<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
337+
'<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
338338
<p>Note: graphical installation of Flatpak apps may not be possible with Raspberry Pi OS.</p>'
339339

340340
- name: Clear Linux
341341
logo: "clearlinux.svg"
342342
introduction: >
343343
<p>Flatpak is installed and Flathub repository is pre-configured by default on Clear Linux when installing the desktop bundle.</p>
344344
<terminal-command>sudo swupd bundle-add desktop</terminal-command>
345-
<p>Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
345+
<p>Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
346346
347347
- name: Void Linux
348348
logo: "void.svg"
@@ -358,7 +358,7 @@
358358
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
359359
- name: Restart
360360
text: '
361-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>'
361+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>'
362362

363363
- name: NixOS
364364
logo: "nixos.svg"
@@ -376,14 +376,14 @@
376376
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
377377
- name: Restart
378378
text: '
379-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>'
379+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>'
380380

381381
- name: PureOS
382382
logo: "pureos.svg"
383383
logo_dark: "pureos-dark.svg"
384384
introduction: >
385385
<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>
386-
<p>Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
386+
<p>Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
387387
388388
- name: Turkman Linux
389389
logo: "turkman.svg"
@@ -412,7 +412,7 @@
412412
<terminal-command>flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
413413
- name: Restart
414414
text: '
415-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
415+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
416416
<p>Note: graphical installation of Flatpak apps may not be possible with Turkman Linux.</p>'
417417

418418
- name: Ataraxia Linux
@@ -429,7 +429,7 @@
429429
<terminal-command>flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
430430
- name: Restart
431431
text: '
432-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>'
432+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>'
433433

434434
- name: Zorin OS
435435
logo: "zorin-os.svg"
@@ -457,7 +457,7 @@
457457
</terminal-command>'
458458
- name: Restart
459459
text: '
460-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>'
460+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>'
461461

462462
- name: Pardus
463463
logo: "pardus.svg"
@@ -477,7 +477,7 @@
477477
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
478478
- name: Restart
479479
text: '
480-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>'
480+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>'
481481

482482
- name: MX Linux
483483
logo: "mxlinux.svg"
@@ -488,7 +488,7 @@
488488
<p>Open <strong>MX Package Installer</strong> (open the menu and look in MX Tools), select the "Flatpaks" tab, to activate the repository you will need to enter the root password.</p>'
489489
- name: Restart
490490
text: '
491-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>'
491+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>'
492492

493493
- name: "Pisi GNU/Linux"
494494
slug: "Pisi GNU Linux"
@@ -505,7 +505,7 @@
505505
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
506506
- name: Restart
507507
text: '
508-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
508+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
509509
<p>Note: graphical installation of Flatpak apps may not be possible with Pisi GNU/Linux.</p>'
510510

511511
- name: EndeavourOS
@@ -524,7 +524,7 @@
524524
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
525525
- name: Restart
526526
text:
527-
'<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
527+
'<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
528528
<p>Note: graphical installation of Flatpak apps may not be possible with EndeavourOS.</p>'
529529

530530
- name: KDE neon
@@ -552,7 +552,7 @@
552552
<terminal-command>flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
553553
- name: Restart
554554
text: '
555-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
555+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
556556
<p>Note: graphical installation of Flatpak apps may not be possible with GNU Guix.</p>'
557557

558558
- name: Crystal Linux
@@ -573,13 +573,13 @@
573573
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
574574
- name: Restart
575575
text: '
576-
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>'
576+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>'
577577

578578
- name: Vanilla OS
579579
logo: "vanillaos.svg"
580580
introduction: >
581581
<h2>Flatpak is installed by default on Vanilla OS.</h2>
582-
<p>You can use the Software app or browse <a href="https://flathub.org/">Flathub</a> to install some apps.</p>
582+
<p>You can use the Software app or browse <a href="https://flathub.org/">Flathub</a> to install apps.</p>
583583
<p>If for some reason Flathub is not available, you can configure it manually using the following command:</p>
584584
<terminal-command>host-shell flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>
585585
@@ -588,4 +588,4 @@
588588
introduction: >
589589
<h2>Flatpak is installed by default on Salix since version 15.0—no setup required!</h2>
590590
<p>Flatpak comes preconfigured with the Flathub repository and desktop integration tools are included to allow 1-click install from Flathub.</p>
591-
<p>All you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
591+
<p>All you have to do is <a href="https://flathub.org/">install apps</a>!</p>

0 commit comments

Comments
 (0)