distro: Remove 'Enterprise Server' from SUSE output. Closes #807
This commit is contained in:
parent
93e4f41677
commit
f27981b3d7
1 changed files with 2 additions and 0 deletions
2
neofetch
2
neofetch
|
@ -223,6 +223,8 @@ get_distro() {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
distro="${distro//Enterprise Server}"
|
||||||
|
|
||||||
[[ -z "$distro" ]] && distro="$os (Unknown)"
|
[[ -z "$distro" ]] && distro="$os (Unknown)"
|
||||||
|
|
||||||
# Get OS architecture.
|
# Get OS architecture.
|
||||||
|
|
Reference in a new issue