Sfoglia il codice sorgente

Merge pull request #81 from aalvarado/master

install.sh should also install Terminus font extension (pcf.gz)
pull/83/head
Kim Silkebækken 10 anni fa
parent
commit
963daa14a4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh Vedi File

@ -13,7 +13,7 @@ else
fi
# Copy all fonts to user fonts directory
find_command="find $powerline_fonts_dir -name '*.[o,t]tf' -type f -print0"
find_command="find $powerline_fonts_dir -name '*.[o,t]tf' -o -name '*.pcf.gz' -type f -print0"
eval $find_command | xargs -0 -I % cp % $font_dir/
# Reset font cache on Linux

Caricamento…
Annulla
Salva