Skip to content

Commit e95c8eb

Browse files
committed
Revert "newlines"
This reverts commit f58ba59.
1 parent 89e7161 commit e95c8eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

neofetch

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -998,19 +998,16 @@ get_distro() {
998998
on|tiny) distro="OS Elbrus" ;;
999999
*) distro="OS Elbrus $(< /etc/mcst_version)"
10001000
esac
1001-
10021001
elif [[ -f /etc/linspire-version ]]; then
10031002
case $distro_shorthand in
10041003
on|tiny) distro="Linspire" ;;
10051004
*) distro="Linspire $(awk '/Version/ {print $2}' /etc/linspire-version)"
10061005
esac
1007-
10081006
elif [[ -f /etc/lindowsos-version ]]; then
10091007
case $distro_shorthand in
10101008
on|tiny) distro="LindowsOS" ;;
10111009
*) distro="$(awk '/Version/ {print $2,$3}' /etc/lindowsos-version)"
10121010
esac
1013-
10141011
elif type -p pveversion >/dev/null; then
10151012
case $distro_shorthand in
10161013
on|tiny) distro="Proxmox VE" ;;

0 commit comments

Comments
 (0)