mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-06-02 21:45:25 -05:00
Add long distro name for Manjaro Linux
Example: Manjaro Linux 21.1.0 Pahvo
This commit is contained in:
parent
ccd5d9f526
commit
8967ab4200
6
neofetch
6
neofetch
|
|
@ -987,6 +987,12 @@ get_distro() {
|
|||
. /etc/armbian-release
|
||||
distro="Armbian $DISTRIBUTION_CODENAME (${VERSION:-})"
|
||||
|
||||
elif [[ -f /etc/manjaro-release ]]; then
|
||||
case $distro_shorthand in
|
||||
on|tiny) distro="Manjaro Linux" ;;
|
||||
*) distro="Manjaro Linux $(lsb_release -src)"
|
||||
esac
|
||||
|
||||
elif [[ -f /etc/siduction-version ]]; then
|
||||
case $distro_shorthand in
|
||||
on|tiny) distro=Siduction ;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user