From f58ba59b0bc3951e4700e15f9962065b4804944b Mon Sep 17 00:00:00 2001 From: oshaboy Date: Fri, 10 Sep 2021 17:06:09 +0300 Subject: [PATCH] newlines --- neofetch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neofetch b/neofetch index 5bda4197..24ad20b3 100755 --- a/neofetch +++ b/neofetch @@ -998,16 +998,19 @@ get_distro() { on|tiny) distro="OS Elbrus" ;; *) distro="OS Elbrus $(< /etc/mcst_version)" esac + elif [[ -f /etc/linspire-version ]]; then case $distro_shorthand in on|tiny) distro="Linspire" ;; *) distro="Linspire $(awk '/Version/ {print $2}' /etc/linspire-version)" esac + elif [[ -f /etc/lindowsos-version ]]; then case $distro_shorthand in on|tiny) distro="LindowsOS" ;; *) distro="$(awk '/Version/ {print $2,$3}' /etc/lindowsos-version)" esac + elif type -p pveversion >/dev/null; then case $distro_shorthand in on|tiny) distro="Proxmox VE" ;;