HOME is already included in FONT_PATH
This commit is contained in:
parent
09b676ef2e
commit
50b510f179
1 changed files with 1 additions and 1 deletions
2
xkcdlock
2
xkcdlock
|
@ -111,7 +111,7 @@ check_dependencies() {
|
|||
log "Font exists"
|
||||
else
|
||||
log "Downloading font"
|
||||
curl -o "${HOME}/${FONT_PATH}" -sLO "${URL_FONT}"
|
||||
curl -o "${FONT_PATH}" -sLO "${URL_FONT}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue