vinceliuice / Layan-kde

Layan kde theme
GNU General Public License v3.0
368 stars 21 forks source link

install.sh: Declaration of WALLPAPER_DIR missing #1

Closed fhemberger closed 4 years ago

fhemberger commented 4 years ago

The installer script references the variable WALLPAPER_DIR without declaring it first. So it tries to install the wallpaper into /Matcha, which of course fails.

I think you want to define WALLPAPER_DIR like:

WALLPAPER_DIR="$HOME/Pictures"
vinceliuice commented 4 years ago

Fixed