1
0
Fork 0
mirror of https://github.com/vinceliuice/WhiteSur-cursors.git synced 2024-10-16 12:20:45 +00:00

Merge pull request #2 from JuStTheDev/patch-1

Update build.sh
This commit is contained in:
Vince 2021-02-10 16:33:40 +08:00 committed by GitHub
commit 2cb7219ba1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ if [ ! "$(which xcursorgen 2> /dev/null)" ]; then
fi fi
if [ ! "$(which inkscape 2> /dev/null)" ]; then if [ ! "$(which inkscape 2> /dev/null)" ]; then
echo xorg-xcursorgen needs to be installed to generate the cursors. echo inkscape needs to be installed to generate the cursors.
if has_command zypper; then if has_command zypper; then
sudo zypper in inkscape sudo zypper in inkscape
elif has_command apt; then elif has_command apt; then