Actually work on RHEL
This commit is contained in:
parent
e12bf600c3
commit
03c6a83cc8
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ set_gnome_extensions () {
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
# Bash-specific test.
|
# Bash-specific test.
|
||||||
if [[ "$(. /etc/os-release && echo ${ID_LIKE:-none})" == *rhel* ]]
|
if [[ "$(. /etc/os-release && echo ${ID:-none})" == rhel ]] || [[ "$(. /etc/os-release && echo ${ID_LIKE:-none})" == *rhel* ]]
|
||||||
then
|
then
|
||||||
dashtodock=dash-to-dock@gnome-shell-extensions.gcampax.github.com
|
dashtodock=dash-to-dock@gnome-shell-extensions.gcampax.github.com
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue