We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e7161 commit e95c8ebCopy full SHA for e95c8eb
neofetch
@@ -998,19 +998,16 @@ get_distro() {
998
on|tiny) distro="OS Elbrus" ;;
999
*) distro="OS Elbrus $(< /etc/mcst_version)"
1000
esac
1001
-
1002
elif [[ -f /etc/linspire-version ]]; then
1003
case $distro_shorthand in
1004
on|tiny) distro="Linspire" ;;
1005
*) distro="Linspire $(awk '/Version/ {print $2}' /etc/linspire-version)"
1006
1007
1008
elif [[ -f /etc/lindowsos-version ]]; then
1009
1010
on|tiny) distro="LindowsOS" ;;
1011
*) distro="$(awk '/Version/ {print $2,$3}' /etc/lindowsos-version)"
1012
1013
1014
elif type -p pveversion >/dev/null; then
1015
1016
on|tiny) distro="Proxmox VE" ;;
0 commit comments