Update install.sh
This commit is contained in:
parent
c711ede644
commit
81f8949408
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue