mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
changed UNITY to Unity, no version change, but new tarball.
This commit is contained in:
parent
68ede84adc
commit
82ca2008f7
2
inxi
2
inxi
|
@ -3818,7 +3818,7 @@ get_desktop_environment()
|
|||
fi
|
||||
fi
|
||||
desktop_environment="KDE"
|
||||
elif [[ $XDG_CURRENT_DESKTOP == 'UNITY' ]];then
|
||||
elif [[ $XDG_CURRENT_DESKTOP == 'Unity' ]];then
|
||||
version=$( get_de_app_version 'unity' '^unity' '2' )
|
||||
# not certain cinn will always have version, so keep output right if not
|
||||
if [[ -n $version ]];then
|
||||
|
|
Loading…
Reference in a new issue