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
|
||||
fi
|
||||
# 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
|
||||
dashtodock=dash-to-dock@gnome-shell-extensions.gcampax.github.com
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue