From e95c8ebe5f583730ee24947a022d79dd02f846bb Mon Sep 17 00:00:00 2001 From: oshaboy Date: Sun, 13 Mar 2022 01:42:38 +0200 Subject: [PATCH] Revert "newlines" This reverts commit f58ba59b0bc3951e4700e15f9962065b4804944b. --- neofetch | 3 --- 1 file changed, 3 deletions(-) diff --git a/neofetch b/neofetch index 5995b583..4920dd7a 100755 --- a/neofetch +++ b/neofetch @@ -998,19 +998,16 @@ 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" ;;