diff --git a/xkcdlock b/xkcdlock index 12d612a..1bc0dec 100755 --- a/xkcdlock +++ b/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 }