From e64d5a2d6827bf25d46c8db573576147d52eb642 Mon Sep 17 00:00:00 2001 From: AsciiWolf Date: Sat, 19 Jul 2025 14:28:27 +0200 Subject: [PATCH] distro: Update setup instructions - Remove Clear Linux, EuroLinux and Ataraxia Linux that are no longer developed - Rename CentOS to CentOS Stream, update its icon and setup instructions - Fix Vanilla OS icon permission --- data/distro.yml | 35 +-- source/img/distro/ataraxia-dark.svg | 53 ---- source/img/distro/ataraxia.svg | 53 ---- source/img/distro/cent-os.svg | 401 ---------------------------- source/img/distro/centos.svg | 1 + source/img/distro/clearlinux.svg | 335 ----------------------- source/img/distro/eurolinux.svg | 50 ---- source/img/distro/vanillaos.svg | 0 8 files changed, 4 insertions(+), 924 deletions(-) delete mode 100644 source/img/distro/ataraxia-dark.svg delete mode 100644 source/img/distro/ataraxia.svg delete mode 100644 source/img/distro/cent-os.svg create mode 100644 source/img/distro/centos.svg delete mode 100644 source/img/distro/clearlinux.svg delete mode 100644 source/img/distro/eurolinux.svg mode change 100755 => 100644 source/img/distro/vanillaos.svg diff --git a/data/distro.yml b/data/distro.yml index 8f54874d..667161cd 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -171,16 +171,10 @@ text: '

To complete setup, restart your system. Now all you have to do is install apps!

' -- name: CentOS - logo: "cent-os.svg" +- name: CentOS Stream + logo: "centos.svg" introduction: > -

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 Flathub repository file.

-

Now all you have to do is install apps!

- -- name: EuroLinux - logo: "eurolinux.svg" - introduction: > -

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 Flathub repository file.

+

Flatpak is installed by default on CentOS Stream 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 Flathub repository file.

Now all you have to do is install apps!

- name: AlmaLinux @@ -314,13 +308,6 @@ '

To complete setup, restart your system. Now all you have to do is install apps!

Note: graphical installation of Flatpak apps may not be possible with Raspberry Pi OS.

' -- name: Clear Linux - logo: "clearlinux.svg" - introduction: > -

Flatpak is installed and Flathub repository is pre-configured by default on Clear Linux when installing the desktop bundle.

- sudo swupd bundle-add desktop -

Now all you have to do is install apps!

- - name: Void Linux logo: "void.svg" logo_dark: "void-dark.svg" @@ -392,22 +379,6 @@

To complete setup, restart your system. Now all you have to do is install apps!

Note: graphical installation of Flatpak apps may not be possible with Turkman Linux.

' -- name: Ataraxia Linux - logo: "ataraxia.svg" - logo_dark: "ataraxia-dark.svg" - steps: - - name: Install Flatpak - text: " -

To install Flatpak on Ataraxia Linux, run the following in a terminal:

- sudo neko em flatpak" - - name: Add the Flathub repository - text: " -

Flathub is the best place to get Flatpak apps. To enable it, run:

- flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo" - - name: Restart - text: ' -

To complete setup, restart your system. Now all you have to do is install apps!

' - - name: Zorin OS logo: "zorin-os.svg" introduction: > diff --git a/source/img/distro/ataraxia-dark.svg b/source/img/distro/ataraxia-dark.svg deleted file mode 100644 index 3282423a..00000000 --- a/source/img/distro/ataraxia-dark.svg +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - diff --git a/source/img/distro/ataraxia.svg b/source/img/distro/ataraxia.svg deleted file mode 100644 index b10e5347..00000000 --- a/source/img/distro/ataraxia.svg +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - diff --git a/source/img/distro/cent-os.svg b/source/img/distro/cent-os.svg deleted file mode 100644 index d8028511..00000000 --- a/source/img/distro/cent-os.svg +++ /dev/null @@ -1,401 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/source/img/distro/centos.svg b/source/img/distro/centos.svg new file mode 100644 index 00000000..1a3f9f10 --- /dev/null +++ b/source/img/distro/centos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/img/distro/clearlinux.svg b/source/img/distro/clearlinux.svg deleted file mode 100644 index 37db34ac..00000000 --- a/source/img/distro/clearlinux.svg +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/source/img/distro/eurolinux.svg b/source/img/distro/eurolinux.svg deleted file mode 100644 index a6d0c603..00000000 --- a/source/img/distro/eurolinux.svg +++ /dev/null @@ -1,50 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/source/img/distro/vanillaos.svg b/source/img/distro/vanillaos.svg old mode 100755 new mode 100644