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"
|
log "Font exists"
|
||||||
else
|
else
|
||||||
log "Downloading font"
|
log "Downloading font"
|
||||||
curl -o "${HOME}/${FONT_PATH}" -sLO "${URL_FONT}"
|
curl -o "${FONT_PATH}" -sLO "${URL_FONT}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue