Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

distro request: Q4OS #1968

Open
tidux opened this issue Nov 25, 2021 · 2 comments
Open

distro request: Q4OS #1968

tidux opened this issue Nov 25, 2021 · 2 comments

Comments

@tidux
Copy link

tidux commented Nov 25, 2021

Q4OS is based on Debian Stable. Detection logic can be applied with the following patch:

990a991,995
>             elif [[ -f /etc/q4os_version ]]; then
>                 case $distro_shorthand in
>                     on|tiny) distro="Q4OS" ;;
>                     *) distro="Q4OS $(cat /etc/q4os_version)"
>                 esac
6564c6569
<         "Debian"*)
---
>         "Debian"*|"Q4OS"*)

I'm not great at ASCII art so no distro logo is provided in this patch.

@alexcoder04
Copy link
Contributor

scrot-211129_211854

What about this?

@tidux
Copy link
Author

tidux commented Nov 29, 2021

That'd be great!

hykilpikonna referenced this issue in hykilpikonna/hyfetch Jul 31, 2022
…tection, closes #1968

Upstream PR: dylanaraps/neofetch#1973
Thanks to @alexcoder04

Co-authored-by: alexcoder04 <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants