HOME is already included in FONT_PATH

This commit is contained in:
Björn Busse 2022-06-16 22:14:58 +02:00
parent 09b676ef2e
commit 50b510f179
1 changed files with 1 additions and 1 deletions

View File

@ -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
}