Skip to content

Commit

Permalink
feat(setup): allow font updates
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Apr 4, 2024
1 parent a3437da commit de3ac7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/font.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install_fonts() {
for install_fonts__font_info in "$@"; do
install_fonts__file="$(parse_field "$install_fonts__font_info" file)"

if ! test -f "$install_fonts__font_path/$install_fonts__file"; then
if _has_indicate update || ! test -f "$install_fonts__font_path/$install_fonts__file"; then
install_fonts__missing_fonts="$(_add_item "$install_fonts__missing_fonts" ";" "$install_fonts__font_info")"
fi
done
Expand Down

0 comments on commit de3ac7c

Please sign in to comment.