Update install.sh

This commit is contained in:
Dave Davenport 2020-01-02 09:25:24 +01:00 committed by GitHub
parent c711ede644
commit 81f8949408
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
xdg=${XDG_DATA_HOME:-${HOME}/.local/share}
DIRECTORY="${xdg}/rofi/themes/}"
DIRECTORY="${xdg}/rofi/themes/"
if [ ! -d "${DIRECTORY}" ]
then