mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Fix typo in condition
This commit is contained in:
parent
875b1be957
commit
179afff7a5
@ -15,7 +15,7 @@ function gnome_color () {
|
|||||||
# |
|
# |
|
||||||
# | Check for OS and decide how to apply
|
# | Check for OS and decide how to apply
|
||||||
# | ===========================================
|
# | ===========================================
|
||||||
if [ $(lsb_release -c -s) == "freya" ]; then
|
if [ $(lsb_release -c -s) = "freya" ]; then
|
||||||
|
|
||||||
# |
|
# |
|
||||||
# | Apply Variables
|
# | Apply Variables
|
||||||
|
Loading…
Reference in New Issue
Block a user