mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Major update with tilix support
This commit is contained in:
@ -47,9 +47,9 @@ then
|
||||
else
|
||||
if [ "$(uname)" = "Darwin" ]; then
|
||||
# OSX ships with curl and ancient bash
|
||||
eval "$(curl -so- "${BASE_URL}/apply-colors.sh")"
|
||||
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")")
|
||||
else
|
||||
# Linux ships with wget
|
||||
eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
|
||||
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")")
|
||||
fi
|
||||
fi
|
Reference in New Issue
Block a user