mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-03-30 01:17:44 +00:00
Merge branch 'master' of https://github.com/vinceliuice/WhiteSur-gtk-theme
This commit is contained in:
@@ -8,7 +8,7 @@ has_command() {
|
||||
"$1" -v $1 > /dev/null 2>&1
|
||||
}
|
||||
|
||||
if [ ! "$(which inkscape 2> /dev/null)" ]; then
|
||||
if ! has_command inkscape; then
|
||||
echo inkscape and optipng needs to be installed to generate the assets.
|
||||
if has_command zypper; then
|
||||
sudo zypper in inkscape optipng
|
||||
|
||||
Reference in New Issue
Block a user